tags:

views:

4

answers:

0

I had written a simple POJO class with JAX-WS annotations(@WebService, @WebMethod) for converting it into webservice. Now i want to deploy it to Weblogic 11g. I followed the below steps.

1) In Maven POM.xml, i used "wsgen" goal to generate webservice artifacts.

2) Then generated a WAR file and deployed into the weblogic using weblogic console.

3) Deployment is successful and i can see the index page i created. But i can't see the list of webservices in weblogic or can't access the WSDL for the webservice from browser.

Can anyone let me know where is the problem? If required any extra info, please let me know.

Thanks.