Hi Angus,
Is the name of the file really "HelloDD1.dd" - I generally use xml as the
deployment descriptor.
If it is then check :
<isd:provider type="java" scope="Application"
methods=" getAccount" >
<isd:java class="com.myClass"/>
</isd:provider>
check the methods specified are in the class that you have specified.
i.e. here
"getAccount" is a method in "com.myClass"
Other issues:
1. Is your class available to the classpath for your soap server
2. Are you able to to the standard call to soap
i.e. http://localhost:7001/soap/servlet/messagerouter
gets a valid reponse.
Good luck.
Jonathan
>Hello All,
> I'm getting this error. Can anyone shed any light on it?
>
>F:\weblogic\myserver\serverclasses\javasoap\book\misc>java
>org.apache.soap.server.ServiceManagerClient http://localhost:7001/soap/
>servlet/rpcrouter deploy HelloDD1.dd
>Exception in thread "main" java.lang.NoSuchMethodError
> at
>org.apache.soap.server.DeploymentDescriptor.fromXML(DeploymentDescriptor.jav
>a:454)
> at
>org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
>30)
>
>Thanks in advance
>
>Angus
>
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>