tags:

views:

119

answers:

0

One of our webservice has been implemented with version attribute in the wsdl.(wsdl having two ports in a single service). This is currently running fine in the RA2 LWJ environment. We are in the process of migrating from RA2.0 (LWJ with Sun application Server) to RA3.0 (WAS).

In Sun application server, sun-jaxws.xml and web.xml were used for updating the URL pattern for web service. In sun-jaxws.xml we have provided the endpoint class,service name and URL pattern.

Similarly, in web.xml we have configured the listener class as "com.sun.xml.ws.transport.http.servlet.WSServletContextListener". We are not able to find a substitute class file for this listener in WAS. Could you please assist us with this?

Also currently, we are not able to change the URL pattern for the web service. It is taking the web service name as default.

Is there any configuration file corresponding to sun-jaxws in WAS to update the URL?