Calling a Web Service using Axis, from within an Axis Web Service running under Tomcat



Hello,

I am running into class loading errors when I attempt to invoke a 3rd
party web service using the axis classes

org.apache.axis.client.Call
org.apache.axis.client.Service

I am doing this, from within the an Axis web service running under
Tomcat.

The error is
java.lang.ClassNotFoundException: org.apache.axis.client.Call
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)

I tried added the axis jars to the Tomcat classpath but that resulted
in error deploying the tomcat hosted web service in the first place.

All help appreciated.

.



Relevant Pages

  • AXIS and Java - concurrent transactions overwriting each other
    ... We have written a Java web service that runs under Apache Tomcat and ... AXIS. ... transactions appear to occasionally overwrite each other, ... is "doTransaction" which accepts String XML. ...
    (comp.lang.java.programmer)
  • Tomcat/Axis: new thread for each web service call?
    ... I am using Tomcat and Axis to write a web service that will ... invoke Runtime.execto launch an application at the server ... The web service is run with "Application" scope. ...
    (comp.lang.java.programmer)
  • Re: SOAP project
    ... | The interop problems I've seen are between .NET and AXIS, ... | There's another Web Service written in perl. ... there is no WSDL for that. ...
    (microsoft.public.dotnet.languages.csharp)
  • Calling a Axis web service from Biztalk 2004
    ... Im having huge problems consuming an Axis web service from Biztalk ... The request goes well and Axis sends the response, ...
    (microsoft.public.biztalk.general)
  • Re: Can SoapExtension class be used to handle headers from AXIS web se
    ... AXIS web service using .NET and pulling info from the soap headers ... I know the SoapExtension class provides an API to peek ... SoapExtensions on the server (AXIS, ...
    (microsoft.public.dotnet.framework.aspnet.webservices)