Thanks for the reply Brian. Yeah, I know, but my client doesn't want all the stuff in Websphere. They've asked me to build it using Apache Tomcat & Soap.
Can you show me an example of how you did it via RPCRouterServelet? I have all that loaded and I'm already kicking off Tomcat from within VAJ, but I'm currently debugging my class as an external class in VAJ cause Tomcat can't see the class in my workspace, and while that works the debugger is sortof crippled, eg loses all those nice inspect features. :-) If I could instantiate the inbound request from within VAJ as if Tomcat had processed it, I think it would work. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 10:47 AM To: [EMAIL PROTECTED] Subject: Re: Apache SOAP & VAJ The way I did it was to load Apache SOAP, Xerces and Xalan and then I called the service from a client that connected via the RPCRouterServlet. In order to pull Xerces in, you'll need to yank some of the packages from IBM XML for Java project (I think that's what it was called). As an aside, you should move over to Websphere Studio Application Developer (based on Eclipse). It has the Xerces and Xalan packages built in--then all you need to do add the SOAP jar to your classpath, fire up a client to talk to your service and you're in business. Brian Thomas Thornbury <[EMAIL PROTECTED]> 01/17/2002 01:53 AM Please respond to soap-user To: Soap User List <[EMAIL PROTECTED]> cc: Subject: Apache SOAP & VAJ Has anyone successfully used VAJ to debug a SOAP service class in the VAJ workspace? If so, how is this done?
