New to Tomcat- installed it- examples run fine.
I want to undersatnd the deployment structure. The
documentation does not make it so clear. I have looked
at the various web.xml's - I could'nt find the one for
examples.
My question is how do I deploy my servlet? Do I create
a new file structure for
So what is the solution for setting a cookie in a SOAP request w/ SOAP 2.1.
Thank You
Ken Schwartz
FDC
Technology
Office
777-8416
Hello every body,
I am new in soap processing.
I specified a timeout for my SOAP method invocation by using :
**
SOAPHTTPConnection shc;
shc = new SOAPHTTPConnection();
shc.setTimeout(5000); //<-- 5 seconds
Call call = new Call();
call.setSOAPTransport(sh
Hello every body,
I am new in soap processing.
I specified a timeout for my SOAP method invocation by using :
**
SOAPHTTPConnection shc;
shc = new SOAPHTTPConnection();
shc.setTimeout(5000); //<-- 5 seconds
Call call = new Call();
call.setSOAPTransport(sh