How to Access a JAX-WS web services deployed on WAS 8.5.0.2?
We have a simple JAX-WS web service deployed on WAS 8.5.0.2. The web service uses Axis 2 implementation. We intend to access the web service from an RM widget using AJAX. The questions we have are : 1. How do we invoke the web service to return the wsdl?( So far we can locate the the wsdl file on the server using the .wsdl extension) 2. Is there a possibility to create a web service using WAS JAX-WS Implementation? |
One answer
I few years ago I created a web service to access RTC functions. I used the wsdl editor in eclipse to create the WSDL and then axis2 function to generate the service implementation shell from there..
when deployed on a web server I can access the wsdl by calling the service and adding the ?wsdl parm like this http://localhost:9099/RTCWebService/services/RTCDefect?wsdl I just started up my web service for the first time since 2012, and this is how I accessed the wsdl. when I did this http://localhost:9099/RTCWebService/ (which is the Eclipse project name on the eclipse started server), i get the Axis2 nav panel |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.