I've discovered that the SOAPAction header must be the last HTTP header.
If it is not any headers following that are ignored, and usually an error
is generated as a result of this. For example, if "Content-length" follows
"SOAPAction", a Fault is generated saying "Content length must be
specifi
One quick question:
I just starting using SOAP. I wrote a simple java class to be published for
a Service. All it does is return a the name sent in the request. I was able
to deploy the service using the admin tool. I wrote a client to call the
service using the Call class and passing the requeste
This is my classpath:
C:\jakarta-tomcat-4.1.18\common\endorsed\xmlParserAPIs.jar;C:
\jakarta-tomcat-4.1.18\common\endorsed\xercesImpl.jar;C:
\soap-2_3\lib\soap.jar;C:\soap-2_3;C:
\jakarta-tomcat-4.1.18\common\lib\mail.jar;C:
\jakarta-tomcat-4.1.18\common\lib\activation.jar
Bin