E
Eric
Hi,
I have a .NET client and Java web service.
I send an request and the answer with a correct SOAP message.
But on the .NET client I get an exeption from the XML deserializer that he
has found characters which he doesn't understand.
When I look at the respond (via network monitor), I see that the message was
sent as chunked transfer coding (transfer-coding = "chunked").
The XML parser has problem with content length character before the XML
message (Exception is thrown in Invoke method). It seems that these
characteres are not filtered.
Where could be the problem?
Wrong encoding?
HTTP 1.0 used?
Does the .NET SoapHttpClientProtocol support 'chunked' HTTP messages?
Thanks
Eric
I have a .NET client and Java web service.
I send an request and the answer with a correct SOAP message.
But on the .NET client I get an exeption from the XML deserializer that he
has found characters which he doesn't understand.
When I look at the respond (via network monitor), I see that the message was
sent as chunked transfer coding (transfer-coding = "chunked").
The XML parser has problem with content length character before the XML
message (Exception is thrown in Invoke method). It seems that these
characteres are not filtered.
Where could be the problem?
Wrong encoding?
HTTP 1.0 used?
Does the .NET SoapHttpClientProtocol support 'chunked' HTTP messages?
Thanks
Eric