Hi
 
When i try to write the Request Message to a file using writeTo(java.io.OutputStream os) method of org.apache.axi.Message .. it throws the following Exception , but the file is being created. What could be the reason ?
 
javax.xml.soap.SOAPException: java.io.IOException: Resource has been deleted
 
my code
----
 Message reqMsg = msgContext.getRequestMessage();
 reqMsg.writeTo(new FileOutputStream("D:\\mime_ws\\attachs\\soapInMesg.txt"));
 
 
Thanks
Dhanush
*********************************************************
Disclaimer:         

This message (including any attachments) contains
confidential information intended for a specific
individual and purpose, and is protected by law.
If you are not the intended recipient, you should
delete this message and are hereby notified that
any disclosure, copying, or distribution of this
message, or the taking of any action based on it,
is strictly prohibited.

*********************************************************
Visit us at http://www.mahindrabt.com

Reply via email to