Is it possible to obtain the raw soap message (both
input and output) from the call object? (I know of
tcpmon, but I need the same in my program).

If not I would like to use 
Call.setRequestMessage(msg)
call.invoke();
msg = call.getResponseMessage();
msg.getSOAPPartAsString()

Any examples of how to construct the request 'msg'?

Thanks
~r


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Reply via email to