Additional note. The http response header says:
...
Server Apache
X-AspNet-Version 2.0.50727
....
Hence I am facing a
apache -> mono-server
or
mod_mono (which is said to support http/1.1 ...)
setup
-----Ursprüngliche Nachricht-----
Von: Clemens Wyss [mailto:[email protected]]
Gesendet: Mittwoch, 20. Oktober 2010 10:28
An: [email protected]
Betreff: org.apache.axis2.AxisFault: Could not deserialize Soap message
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]