RE: RPC/Literal support in Apache SOAP

2004-04-15 Thread Anne Thomas Manes
The issue isn’t so much RPC versus Document; it’s Encoded versus Literal. Apache SOAP wasn’t designed to support Literal. If you’re just starting out with SOAP, you should start with Apache Axis. See http://ws.apache.org/axis   From: Wei Hsu [mailto:[EMAIL PROTECTED] Sent: Thu

RE: RPC/Literal support in Apache SOAP

2004-04-15 Thread Anne Thomas Manes
The issue isn’t so much RPC versus Document; it’s Encoded versus Literal. Apache SOAP wasn’t designed to support Literal. If you’re just starting out with SOAP, you should start with Apache Axis. See http://ws.apache.org/axis   From: Wei Hsu [mailto:[EMAIL PROTECTED] Sent: Thu

RPC/Literal support in Apache SOAP

2004-04-15 Thread Wei Hsu
Hi all,   I'm relatively new to Apache SOAP and SOAP in general, so I was hoping I can get some definitive answers a question that I have.  I was told that Apache SOAP was designed really to support only rpc/encoded.  However, it seems to me that it should not have any problem supporting

RE: Help defining namespace

2004-04-15 Thread Craig Robinson
Thanks Scott. I understand now, and have successfully done this using messaging sample example. I appreciate your time on this. Cheers, Craig > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED] > Sent: Thursday, 15 April 2004 11:26 PM > To: [EMAIL PROTECTED] > Subject: Re:

RE: javax/servlet/http/HttpServlet

2004-04-15 Thread Scott Sauyet
Thanks fo the info. The docs folder in the version I had only pointed to installation instructions for Tomcat 3.2. I had to wing it from there. I now see the later info that you pointed to in CVS. That might have saved me a few hours of frustration. Thank you again, -- Scott Sauyet

Re: javax/servlet/http/HttpServlet

2004-04-15 Thread Scott Nichol
I am glad you got your configuration working. FYI, the Tomcat 5 installation instructions say the following. IMPORTANT: With Tomcat 5.0, you do not need to change the startup scripts. You need to place the jars for JavaMail and Java Activation Framework in a directory where a Tomcat class

RE: javax/servlet/http/HttpServlet

2004-04-15 Thread Scott Sauyet
I was assuming that the classpath the OP was discussing *was* the one in Tomcat. I added mail.jar, activation.jar, and soap.jar to the classpath built in one of the batch files (catalina.jar) Tomcat uses at startup. Then I deployed soap.war. I had this same issue. When I removed soap.jar it we

Re: javax/servlet/http/HttpServlet

2004-04-15 Thread Scott Nichol
I cannot understand why this would be true. The Tomcat 5 Class Loader HOW-TO (http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html) states the standard Tomcat 5 startup scripts ($CATALINA_HOME/bin/catalina.sh or %CATALINA_HOME% \bin\catalina.bat) totally ignore the content

Re: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

2004-04-15 Thread Scott Nichol
Have you followed the general instructions for installing Apache SOAP (http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-soap/java/docs/install/index.html?rev=1.33) and the specific instructions for installing with Tomcat 5 (http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-soap/java/docs/install/to

RE: javax/servlet/http/HttpServlet

2004-04-15 Thread Scott Sauyet
I just had that yesterday. Try removing soap.jar from the classpath. -- Scott -Original Message- From: [EMAIL PROTECTED] Sent: Thursday, April 15, 2004 1:26 PM To: <[EMAIL PROTECTED]> Subject: java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet Hi all I have a problem

java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

2004-04-15 Thread devnulle
Hi all   I have a problem that seems common (I have seen it many times on few forum), but I can’t still solve it :(   I have installed Tomcat 5.0.19 + Apache Soap, deployed Apache Soap by copy soap.war into webapps ….   Then I launch startup.bat, and I enter in IE the url localhost:80

Re: Help defining namespace

2004-04-15 Thread Scott Nichol
The RPC API requires that you specify a method name, and it will always wrap your parameters in an element named after the method. To send a full XML payload that includes the method element, or as a way to send a prepared payload to a document/literal service, you need to use the messaging API.

Enable Basic Authentication

2004-04-15 Thread Sandip Satpathy
May be a off the track question.. Can some one help me ?   I have a soap application deployed in websphere 4.0. How can I enable "basic authentication" for all the HTTP request to "messagerouter" ?   So far I have tried following steps :(Steps as described in the advanced edition handbook) 1