Hi,
I got an error as I mentioned above. My application has EJB WebServices, developing with MyEclipse and running on jboss4.2.2.GA. I use Eclipse's Web Services Explorer to invoke a WSDL operation. When I enter the parameters for the wsdl and click Go to invoke, I am getting this error in the SOAP Response Envelope;
<faultstring>Endpoint {http://local.ws.myService}LocalServicePort does not contain operation meta data for: {http://local.ws.myService}getPaymentStatus</faultstring>
If you have an idea about this problem I would be glad to hear that. Thanks in advance. Baris
EDIT : It was because of I set the wrong service binding endpoint. I added the right endpoint (for ex: http://192.110.10.10:8080/myServices-myServicesEJB/MyService?wsdl) and the error is gone. Thanks anyway.