| Thread | Last Post | Replies |
|
| best way to send a byte array | 22 Aug 2006 11:29 GMT | 5 |
I need to send to a webservice a parameter that is a string containing an XML doc. In this xml, a node value came from a byte array (it's an RSA signature). What is the best way to convert the original byte () value to the xml and viceversa?
|
| Webserice Client exception message | 22 Aug 2006 10:35 GMT | 1 |
I have a client app consuming a web service. Web service has reference to a com dll. Right now client app is diaplying error in the following format. "Server was unable to process request. --> Error - order number does not
|
| Problems with response from webservice. | 22 Aug 2006 10:28 GMT | 2 |
Hi. I have a project that contains a webservice. To test my webservice I have another class in the same project. In the project I have added a webreference to my webservice. In my class file i call the webservice which should return a string value in the response. The problem is ...
|
| SOAP exception | 22 Aug 2006 09:26 GMT | 2 |
VS2005 I have a web service that runs just fine. On the server side I always return a string that either indicates failure or returns the requested data. I want to raise SOAPExceptions instead of returning a string with the value
|
| Object reference not set to an instance of an object. | 22 Aug 2006 09:24 GMT | 2 |
I am trying to invoke xml web service from dot net assembly . it is fails to create the proxy object and throw the below exception. Pls any suggestions. Error Desc:
|
| Web Service Calling Windows Service | 21 Aug 2006 21:20 GMT | 2 |
I have some core code that I would like to run as a Windows Service. I have a Web Service that I would like to be able to call a number of public functions of the Windows Service. Is this possible? If so, could someone please point me in the appropriate
|
| Secure access to my hosted web service | 21 Aug 2006 16:22 GMT | 3 |
Guys, I am developing a web service that will be hosted by a web hosting company and therefore will be in the public domain. Since the service accesses a DB I
|
| wsdl does not create wse3.0 version of service | 21 Aug 2006 15:02 GMT | 1 |
If I use the web reference built into VS2005 the reference.cs file created creates a wse version of my service, but when I use the wsdl tool, it does not. Anyone know what's going on?? Thanks
|
| Change Content-Type. | 21 Aug 2006 13:13 GMT | 1 |
When I consume my webservice, it sends a Content-Type : application/soap+xml; charset=utf-8. But I want to change it to Content-Type
: application/xml; charset=utf-8. Is there something to ad or delete in the config file ? I don't know how to do that.
|
| Receice Soap Exceptions | 21 Aug 2006 13:05 GMT | 3 |
How to Receive Soap Exception using HTTP POST operation. Here is the code that calls the Web Service try {
|
| How to create a WebService with Document/Literal | 21 Aug 2006 11:13 GMT | 1 |
I´m trying to create a simple web service to be called by a J2ME application, but when I call the tool to create the stub classes it give me following error: java.lang.Exception: Soap binding uses wrong encoding SOAP style (rpc).
|
| WSE 2.0 SP3, Serialization attribute | 21 Aug 2006 10:59 GMT | 1 |
I have just stumbled across this xml serializer attribute (in .NET 2 and .NET 1.1 rollup 8 KB872800) XmlSerializerAssemblyAttribute which allows you to specify an assembly that contains the serializer
|
| Proxy Authentication Required using VS2005 | 21 Aug 2006 09:12 GMT | 2 |
I've read all posts from all existing threads and none of them worked to solve my problem, although its exactly the same. I'll try to explain my case and see if a kind soul could help me out: I've a win32 service in C# on a client machine A, which accesses a WS
|
| Generate pdb's for web service | 21 Aug 2006 08:52 GMT | 2 |
New to workign with Asp.net in VS2005. Question; How do I specify that I wnat pdb's created when I compile? Thanks T
|
| Cannot access webservices from windows application | 20 Aug 2006 20:44 GMT | 3 |
I am using .NET 1.1 with SP1 under windows xp with a dialup connection and I cannot access ANY webservices on the internet. I can access them if they are on the localhost via IIS. I have searched the web for others that are experiencing this problem and people have suggested
|