I am using Jboss 7.1.1
I am unable to run the attached hello service successfully.
It gives the following exception:
15:20:50,458 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/HelloWorldJAXWS].[jsp]] (http--127.0.0.1-8080-1) Servlet.service() for servlet jsp threw exception: javax.xml.ws.WebServiceException: Port {http://www.examples.com/wsdl/HelloService}Hello_Port not found.
at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:328)
at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:319)
at javax.xml.ws.Service.getPort(Service.java:99) [jboss-jaxws-api_2.2_spec-2.0.0.Final.jar:2.0.0.Final]
at com.examples.wsdl.helloservice.HelloServiceClient.getHelloPort(HelloServiceClient.java:57) [classes:]
Could you show light on this. How to deploy hello.wsdl?