cancel
Showing results for 
Search instead for 
Did you mean: 

NoSuchMethodError in Deprecated Webservice model using NWDS2004sSP7.0.12

former_member199223
Participant
0 Kudos

Hi All,

I have created Deprecated Webservice model in webdynpro My WSDL URL is http://www.webservicex.com/CurrencyConvertor.asmx?WSDL

,when i am executing the model i got an this error message:

java.lang.NoSuchMethodError: com.sap.engine.services.webservices.jaxrpc.wsdl2java.BaseGeneratedStub._initParameter(Lcom/sap/engine/services/webservices/jaxrpc/wsdl2java/ServiceParam;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Class;)V

MY Configuration Is:

Studio version = NWSD2004s

Service Pack =7.0.12

jdk =1.4.2_09

I think it might be add some LibraryReferences but i dont know where to add like LibraryReferences,serviceReferences or InterfaceReferences

Please anybody tell me solution for this Error.

Regards

Boopathi.M

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey you can add the references by clicking on the second button of the mouse on your project and edit and add all the references of the runtime like jars and interfaces.But as per the error it seems to be that the from the model you are tying to import as a web service.The functionality in the webservice is no longer a valid one.You try to execute it from the link http:<hostname:portno>/wsnavigator if the web service is on ur WAS server.Or the error cud be bcoz of the business logic you are trying to import into the webdynpro is a depricated method.