Re: NoSOAPAction Error...!!!

2008-06-15 Thread Anne Thomas Manes
As the error message indicates, you need to add a SOAPAction header to the HTTP message. In your client code: MimeHeaders hd = smsg.getMimeHeaders(); hd.addHeader("SOAPAction", "urn:yoursoapaction"); See http://users.skynet.be/pascalbotte/rcx-ws-doc/saajpost.htm for a sample SAAJ

RE: NoSOAPAction Error...!!!

2008-06-12 Thread Virtual Light
quot; + " \n" + ""; Regards, Bill Date: Thu, 12 Jun 2008 10:07:39 +0530 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: NoSOAPAction Error...!!! I am trying to dev

NoSOAPAction Error...!!!

2008-06-11 Thread Sandeep Kumar K
I am trying to develop a simple SOAP application using Axis. I deployed axis in Apache Tomcat 6. My Server code is : *MessageService.jws *(I have copied this file in CATALIA_HOME\webapps\axis folder).* *import org.w3c.dom.Element; import javax.xml.soap.SOAPEnvelope; import javax.xml.soap.Name; i