I am making a web service request to get following fault
<
soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Server was unable to process request. --> Length cannot be less than zero.
Parameter name: length</faultstring>
<detail />
</soap:Fault>
I googled several times to know the exact reason of this without any result.I do not have option of debugging at the server,so only option remains is to determine what goes wrong in my request?
Can anyone tell me the exact/probable reason of this?