Java Reference
In-Depth Information
From the short log shown in the previous screenshot, you can pick up some useful
information. For example, the first line states that the web service has been bound
in the endpoint registry as POJOService . Next is the information about the web
context path that, by default, has the same name as your project, that is, ticket-
agency-ws . The last piece of information is about the web service address that
is http://localhost:8080/ticket-agency-ws/pojoService . By append-
ing the ?wsdl suffix at the end of the address, you can inspect the web service con-
tract.
Note
The data directory contains a versioned list of all generated WSDLs. So, you
might find all the history of your web services published by ticket-agency-ws
in JBOSS_HOME/standalone/data/wsdl/ticket-agency-ws.war .
Inspecting the web service from the console
You can inspect the web services subsystem by moving to the web admin console
and navigating to Runtime | Deployments | Web Services .
Search WWH ::




Custom Search