Hi Joergen
Did you use WSDL2Java to build your WebService client stub. 
It generates the following class'es for you.
You should have 2 implementing classes, a ServiceLocator.java and a
bindingStub.java + 2 interface class'es for those.
You should also have some Value Beans 
Could you show your implementing class'es.
/Jakob


-----Oprindelig meddelelse-----
Fra: Jørgen Ramskov [mailto:[EMAIL PROTECTED] 
Sendt: 16. december 2003 14:52
Til: '[EMAIL PROTECTED]'
Emne: NoSuchMethodError when trying to use a webservice


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 

Reply via email to