This message was found on the System.Out.log
I got this message when I published the EAR which has a web service on RAD 7.0.0.7 and Websphere 6.1 server
The root cause of the error is missing Service End point implementation entry in webservices.xml
The following was the entry I had in webservices.xml
I got this message when I published the EAR which has a web service on RAD 7.0.0.7 and Websphere 6.1 server
The root cause of the error is missing Service End point implementation entry in webservices.xml
The following was the entry I had in webservices.xml
I also had the following entry in the logs
[10/24/13 14:11:21:869 CDT] 00000016 WSServerImpl W WSWS1015W: Servlet for servlet-link ??SET THIS TO servlet-name ELEMENT OF web.xml?? not found. The port-component
Resolution-
All of the "servlet-link" entries inside
webservices.xml must point to correct "servlet-name" entries
in the web.xml.
Reference Details
http://www-01.ibm.com/support/docview.wss?uid=swg21230516
No comments:
Post a Comment