Hi all,
I have a customer requirement to include additional data in the SOAP
body, i.e. like the W3C example:
<env:Body>
<p:itinerary
xmlns:p="http://travelcompany.example.org/reservation/travel">
<p:departure>
<p:departing>New York</p:departing>
<p:arriving>Los Ange...
more >>
Calling a .net 2.0 web service, get "The underlying connection was closed: An
unexpected error occurred on a receive."
I have tried everything I have found on the web. The httpRequest override,
disabling keep alives, increasing timeout etc, etc..
I have a client app that calls the web ser...
more >>
I need to wrap xml in a soap envelope and don't want to concat strings
possible?
<env:Envelope xmlns:env="http.../envelope/">
<env:Header/>
<env:Body>
<QueryRequest > this part i already got to work using xsd to class and
xmlserializer
I just can't seem to be able to find a way to wrap the ...
more >>
Can I access a web service with a WCF client?...
more >>
Hi All,
I am newbie to web services. I have developed a web service which do
some kind of encryption and decryption of documents.
I am using iis and asp .net web service.
Now i want to check how many concurrent users can be supported by my
web service. Can you please tell me some tool tha...
more >>