| Author |
WSDL OK, but method is not supported
|
Morten Sorensen
Greenhorn
Joined: Apr 15, 2004
Posts: 2
|
|
An existing web service GetStuff exists and runs as expected, but the exact copy of it GetOtherStuff does not.
GetOtherStuff appears in the generated WSDL and has been added to the method list (as required in this implementation) - but the response is:
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Method 'GetOtherStuff' is not supported.</faultstring>
<faultactor>/OSMQSoap/rpcrouter</faultactor>
</SOAP-ENV:Fault>
This seems to indicate the WSDL is OK with regard to GetOtherStuff, but the service is still not exposed properly. Any suggestions?
Googling has brought nothing - possibly because the web services are deployed on an ancient Tomcat (version 3) using Axis 1 (I believe). Upgrading is unfortunately not an immediate option.
|
 |
Morten Sorensen
Greenhorn
Joined: Apr 15, 2004
Posts: 2
|
|
Problem solved.
The file DeployedServices.ds needed to be re-generated.
|
 |
 |
|
|
subject: WSDL OK, but method is not supported
|
|
|