no SOAPAction header!
843833Jan 17 2007 — edited Jan 19 2007Hi i am trying a access a webservice using SAAJ, i am using SAAJ to build SOAP message , and using Java HTTP URL class to connect , but i am getting internal 500 server Error , when i debugged with ethereal i found that
<faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Client.NoSOAPAction</faultcode>
<faultstring>no SOAPAction header!</faultstring>
in the response headers.
I am newbie to webservices help will be appreciated
Thanks in advance
Anil