Hello All,

I added the lines below and it seems that the content
of msg1.xml is not getting sent properly.  The message
sent and received are null.  System.out.println
doesnt spit out the purchaseOrder element.  What am I missing
here?  Below are the two lines I added to SendMessage.java
and POProcessor.java.  Any clues why I am getting a null
document?  I have soap-2_1 installed.

SendMessage.java
System.out.println("About to send..." + (msgEnv.getBody()).toString());

POProcessor.java
System.out.println("Received..." + (env.getBody()).toString());

Thanks in advance.

Does the SOAP 2.2. version of these files work?

Eva

Reply via email to