Hi all,
I installed java jdk 1.4, tomcat 4.1 and jwsdp-1.3, it are configured and is working ok.
I create a servlet that handle SOAP messages, but it have strange result.
see my codes...
base servlet class
my servlet
and finally my client test :
I'm using tcpmonitor and it show :
but the tomcat says that message.getSOAPBody() is null , but it not seen correct because SOAPBody have content.
Somebody have some idea what is happening ?
thanks a lot
[ February 20, 2008: Message edited by: Alex Florentino ]