| Author |
SOAP engine
|
Suresh Appagundi
Ranch Hand
Joined: Sep 22, 2003
Posts: 44
|
|
Does weblogic and Websphere app server have there own SOAP engine. Or should i have to use the Apache Axis SOAP engine. I have to test my webservices developed, on Weblogic 8.1, Websphere 5.0 with their respective SOAP engines. I dont want to configure Apache Axis on these Application servers. Iam fresher to webservices, please guide me if iam wrong. thanks in advance
|
 |
s mahen perera
Ranch Hand
Joined: Mar 08, 2005
Posts: 101
|
|
Hi Suresh, Weblogic and WebSphere come with a SOAP engine. Both of them uses some version of the Axis SOAP engine. So no need to plug ur own SOAP engine. Its just a matter of using the SOAP engines given by Weblogic/WebSphere. Refer the server documentation to see how to configure the server to use these SOAP engines, if they do not provide the facility of processsing SOAP messages by Default.
|
 |
naveen chinthakunta
Greenhorn
Joined: Sep 26, 2005
Posts: 16
|
|
Hi, I am also a fresher to Web services. I need to work on SOAP over Apache Tomcat. Does the SOAP engine come with Tomcat? If so which version of Tomcat? Or do I have to install the apache axis package? Please guide me in this regard. Warm Regards, Naveen
|
 |
Peer Reynders
Bartender
Joined: Aug 19, 2005
Posts: 2906
|
|
Originally posted by naveen chinthakunta: Or do I have to install the apache axis package?
Yes, Tomcat is only a servlet-engine/webcontainer. Apache Axis.
|
"Don't succumb to the false authority of a tool or model. There is no substitute for thinking."
Andy Hunt, Pragmatic Thinking & Learning: Refactor Your Wetware p.41
|
 |
 |
|
|
subject: SOAP engine
|
|
|