the jboss ws console gives this reply:
http://localhost:8080/jbossws/services
Registered Service Endpoints
Endpoint Name jboss.ws:context=ws,endpoint=EchoServiceEndpoint
Endpoint Address...
Type: Posts; User: kiuma; Keyword(s):
the jboss ws console gives this reply:
http://localhost:8080/jbossws/services
Registered Service Endpoints
Endpoint Name jboss.ws:context=ws,endpoint=EchoServiceEndpoint
Endpoint Address...
This morning I've understood some pieces:
Here it is the code
2166
The servlet class i not so important, infact the SimpleJaxWsServiceExporter
creates a new server:
<bean...
Hello I'm trying my first web app with spring jax-ws
I've written this simple code:
web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"...