Hi all, I am trying to talk to .NET Webservice. Unfortunately I get the above mentioned error message: org.apache.axis2.AxisFault: Could not deserialize Soap message
UNLESS I force my client/stub to http/1.0 (setProperty(HTTPConstants.HTTP_PROTOCOL_VERSION, HTTPConstants.HEADER_PROTOCOL_10)), in this case it works. I have read this thread here http://osdir.com/ml/axis-user-ws.apache.org/2009-11/msg00217.html which pointed me to http/1.0. OTH the developer of the webservice says they are using http/1.1. What else could cause the AxisFault? How can I analyze this problem/incompatibility more thoroughly? Thx in advance Clemens --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
