all groups > asp.net webservices > january 2007 > threads for january 8 - 14, 2007
Filter by week: 1 2 3 4 5
Problem with funky characters
Posted by Marlene A. Roman at 1/12/2007 8:53:17 PM
Hope everybody is doing OK.
I have a web service that I call to encrypt sensitive information as credit
cards, credentials etc. I am getting this error "Error'', hexadecimal
value 0x11, is an invalid character." when I try to consume this from a
client in this case a Web App.
Is t... more >>
Duplicate class definitions
Posted by Jeff Johnson at 1/12/2007 2:14:25 PM
Disclaimer: I am extremely new to Web services and may very well be doing
the wrong thing!
Background: I have a Web service and a Windows Forms client app (VS 2005).
The Web service exposes a method to accept a ScheduleEntry object, which is
a class I have written. I felt doing this would b... more >>
connect to webservice in Visual Studio
Posted by peter at 1/11/2007 10:13:44 AM
Hi, I am developing a small webservice in Visual Studio (programmed in c#).
Sometimes when I try to run my small tester application in Visual Studio
(which tries to connect to my webservice) I get this error:
There was an error downloading 'http://localhost:1639/TestService.asmx.
Unable to ... more >>
Redirecting an ASMX page to a new server
Posted by Simon960 at 1/9/2007 6:28:29 PM
Hi,
I wonder if someone would help me please? I am trying to redirect a
..NET web service ASMX page to a new server (from
https://localhost/webservices/syncdata.asmx for test) to
https://vault1.secured-url.com/fundamentumfais/webservices/syncdata.asmx)
so that my VB .NET standalone client ap... more >>
Compression
Posted by Peter Morris [Droopy eyes software] at 1/8/2007 12:40:39 PM
My webservice will involve sending/receving one of my parameters as a large
XML string. If I use remoting I believe I can compress my stream, is this
also possible using a WebService?
Thanks
Pete
... more >>
|