Requesting help with 404 error in newly deployed web service

I'm attempting to deploy a web service on a newly-created web service adapter.

The adapter appears to be correctly set up - it reports status: OK 111.

I then used WSAMAN to deploy, then enable the web service, and it appears to be deployed.

I can view the WSDL, using http://......../wsa/wsa/wsdl? without any issues.

However, when I attempt to use the web service, the response shows "An error occurred when connecting to the web service application", and the log wsa1.wsa.log shows the following line:

Error in SOAP request execution: Connect Failure: Application Service testWebService Unknown at NameServer at Host localhost Port 5162. (8234) (10926)

I attempted restarting the Nameserver, this didn't seem to solve the problem. Where should I look to resolve this error?

Thanks in advance for your help,

-Dan
 

Stefan

Well-Known Member
The message indicates that the NameServer does not about an AppServer named 'testWebService'. If you view the status of the NameServer, do you see 'testWebService' as registered AppServer?
 
Top