Switching from Apache SOAP to Axos

2002-02-06 Thread Jamie Tsao
I've just started using Apache SOAP for the past month. Is there a good reason for me to switch to Axis ? What are the major differences ? From what I've read, it seems that Axis is a follow-on project to SOAP. That seems to imply that Axis is the on-going project with constant

RE: soap.xml and deployed-services.xml

2002-01-22 Thread Jamie Tsao
ml"/ /configManager/soapServer Why is this not working ?? I really don't want to put soap.xml and deployed-services.xml in my root web directory. IT BELONGS IN WEB-INF ANYBODY ??? I'm using weblogic 6.1 Thanks. -----Original Message-From: Jamie Tsao Sent: Monday, January 21, 2002 5:24 P

soap.xml and deployed-services.xml

2002-01-21 Thread Jamie Tsao
Title: Do I need a serializer ? Do these files have to be in the root directory of the web app ?? Why can't I put these files in the WEB-INF directory, and just specify the path in web.xml: init-param param-nameConfigFile/param-name param-valueWEB-INF/soap.xml/param-value /init-param

Do I need a serializer ?

2002-01-14 Thread Jamie Tsao
Title: Do I need a serializer ? I'm a beginner with SOAP, and have been reading a lot of documentation on it. I'm a bit confused about whether or not I need a serializer. What I'm trying to build: I want to use the RPC router servlet to provide a SOAP interface to our existing platform.