"some post Data" isn't a valid SOAP message. Web services communicate
with SOAP messages. You send it proper XML and you will (possibly) get
proper XML back.
Here are samples of what you have to send and what may be returned:
http://terraserver-usa.com/TerraService.asmx?op=GetPlaceList
> "some post Data" isn't a valid SOAP message. Web services communicate
> with SOAP messages. You send it proper XML and you will (possibly) get
> proper XML back.
>
> Here are samples of what you have to send and what may be returned:
> http://terraserver-usa.com/TerraService.asmx?op=GetPlaceList
The Web Service is working fine and we are getting correct output. The
exceptions are coming during the communication with some other remote server
in our web method.
I think the problem is not directly related to web service. I suspect some
problem in network comminucation may be during heavy load the network
resources are not available or something.
--
Cheers,
Rahul Anand
agapeton@gmail.com - 28 Mar 2006 14:49 GMT
I think you mean to say "service" then... this is not a web service if
it's not dependent on XML messages (by definition, a web service uses
SOAP XML messages and interop with other web service platforms). I
think you want to be asking about how to deal with exceptions from
HttpWebRequest (which has nothing to do with web services).