Hi,
I'd suggest testing service and client on the same
machine using AXIS2's WSDL2Java.
Is this an AXIS2 service talking to an AXIS2 Client?
What obviously is missing in your soap-message in an
- tag in front of
Compare this to other soap-message-samples.
I'm not a member of the axis2 team btw
Thanks for you reply!
Well, as I am not developing the client application and do not have the
source code available, it might be the case that the message is UTF-16.
How can I determine that? Or where can I tell axis2 that it should
decode UTF-16 messages?
Thanks,
Simon
WJ Krpelan wrote:
H
Hi,
just guessing: could something have changed the actual
encoding to utf-16 on the way (standard encoding with
microsoft windows) ? of course an UTF-8-XML-Document
is not expected to start with 0xFF.
additionaly, using text/xml is not quite safe,
application/xml would be preferrable
Cheers
--- S
Hello,
I already wrote this issue once to the mailing list. But for me nothing
has changed with the problem. I still get this error (I checked all
library versions).
The complete Axis2 debug trace is: http://www.pastebin.org/23395
The message that causes the problem: http://www.pastebin.org/2
Hello,
I get a web service call into my Axis2 environment and it completely
fails, even before entering the handler chain... I have no idea what the
problem is. Maybe someone could have a look at it and give me some
hint... that would be very nice!
The WS-Message i receive: http://pastebin.c