I am invoking an action on click of a button which invokes the service in IS, i am getting the following error
SOAPException( Client: [ISS.0088.9172] Web service cannot be found for endpoint reference (EPR) = 10.21.32.75/ws/Cms_PriSeIntegration.wsd:Cms_PriSeIntegration )
I am setting end point address as #{environment[“wsclient-endpointAddress”]}/ws/Cms_PriSeIntegration.wsd:Cms_PriSeIntegration
The strange thing is, it works fine sometimes, but sometimes i get that error as mentioned above.
Try hitting the below URL in a browser and you should be presented with xml content. If you get the result that means the wsdl is working and you your code should work as well. Otherwise you need to look into the IS if it is accessible and communication from MWS box to IS is 24/7.
I see this issue intermentently in my environment.
Application calls >>>webMethods service 1 using wm wsdl present in server1>>> then request flows webMethods service 2 which is present on second server and then finally request comes back to server1 and then application.
This is not happening for all requests not even for long data requests as well.
Iam suspecting may be due to load balancer when calling from server 1 to server2