Hello, I'm trying to utilize a web service through C#. In the web service documentation it states that the web service only accepts requests as a single packet/stream and not multiple packets.
Does anyone know how to change this setting when accessing the web service through a web reference in Visual Studio?
I am getting a SOAPException "Unable to parse the incoming request" error when I send a request and I assume this is why.
Thanks for your help!
-Steve