Hi , mooses.
I made a proxy with axis that consumes a .NET web service. This works well on a development environment, but when I try to use it in a
testing environment, I get the error ( writted in the subject) at org.apache.axis.deployment.wsdd.WSDDDocument ...
I put all the jars in the lib directory of my application
axis.jar
commons-discovery.jar
commons-logging.jar
jaxrpc.jar
log4j-1.2.8.jar
saaj.jar
wsdl4j.jar
In a IIS with
Tomcat 3.2.1
(yeah ! looks like some Jurasic, I'm a bit worry about that) (... I'm only a developer).
All works fine (
servlets,
jsp) so I discard a problem with the configuration of the Tomcat.
I didn't have any problems with another consumer in another application (now in production) with the same architecture.
Someone have any suggestion (migrate the Tomcat is not allowed ! )
Thanks for your Time.