Close
jGuru Forums
Posted By: Lukas_Barton Posted On: Tuesday, May 2, 2006 06:15 AM
Hi, is there an easy way to save SOAP message generated using JAX-RPC into file? I need to send SOAP message via floppy, STMP + SMINE or registred internet mail service. Now I'am using SAAJ. I compose SOAPMessage "manually" + SOAPMessage.writeTo(OutputStream). But my objects became quite complex (eg. cyclic graphs) and generating XML manually is quite difficult. So I need to change to JAX-RPC but I cannot figure out how to get message from it into file (of course I am able to send message accross HTTP). Thanks helping me, Lukas
Re: SOAP message to file using JAX-RPC
Posted By: srik_n Posted On: Saturday, June 10, 2006 10:16 PM