TcpTunnelGui

2001-06-22 Thread Eva Flora
My weblogic server is running on port 7005 and I invoke TcpTunnelGui via the command: java org.apache.soap.util.net.TcpTunnelGui 7007 localhost 7005 I then try the message/SendMessage.java and POProcessor.java example and I dont see the xml file (msg1.xml) pass through the TcpTunnelGui windo

Null document in sample\messaging sample code

2001-06-19 Thread Eva Flora
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 POPr