You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Jesse Vitrone <jv...@giantbear.com> on 2001/01/19 14:34:28 UTC

SOAP & Websphere

Cory has said this about WebSphere 3.02:

-----------------------------------------------------
There isn't much online, but I have gotten it running with WS 3.02. You need
to do the following:

A) Upgrade to JDK1.1.8
B) Make your own version of RPCRouterServlet which changes the
'session.setAttribute' calls to 'session.setValue' as WS 3.02 uses the older
version of the Servlet JDK. The newest release of WS 3.5 should make this
unnecessary.

Once this is done, you can add the required Xerces.jar 1.1.3 to your
admin.config classpath, and move the Xml4j.jar to the end of the classpath
(i.e., after Xerces.jar). Create an application, add soap.jar in the
classpath, and configure the RPCRouterServlet in the application.

That should get you going. It works fine once you have it configured
properly.
-----------------------------------------------------

The nightly build of SOAP no longer has the session.setAttribute() call in
it any where - does that mean that soap will now run out of the box for
WebSphere 3.02?

Thanks,
  Jesse Vitrone