"sirigere" wrote : 2. Where to place the wsdl file references in the @webservice
annotation. In the EAR file, we are placing it at web-inf/wsdl directory
You should put wsdl and xsd artifacts to:
* META-INF/wsdl for EJB3 endpoints
* WEB-INF/wsdl for POJO endpoints
"sirigere" wrote : 3. How to invoke the webservices
Using standard JAX-WS clients (e.g. Web Service proxy or Dispatch)
"sirigere" wrote : 4. what port does the web services will be running? Can we
configure the port.Web Services will be running on the same port as your JBossAS instance.
There's no way to configure the webservice port.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167518#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...