I'm trying to use a webservice that's provided to me. I'm using it in a
servlet running on Tomcat 4.0.6 and Sun Java build 1.3.1_02-b02 on a Windows
2k server.
The error I get is this:
=== Cut ===
root cause
java.lang.NoSuchMethodError
at org.apache.axis.deployment.wsdd.WSDDDocument.(WSDDDocument.java:101)
at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java
:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.(AxisEngine.java:172)
at org.apache.axis.client.AxisClient.(AxisClient.java:88)
at org.apache.axis.client.Service.getAxisClient(Service.java:143)
at org.apache.axis.client.Service.(Service.java:152)
at dk.dlg.www.MinMarkLocator.(MinMarkLocator.java:10)
=== Cut ===
I know the webservice works, but I have no idea why I get this error.
I haven't used SOAP before, but I was told to use that webservice and here I
am. Thanks in advance for any help.
/Joergen Ramskov