I am trying to run an embedded Jetty and would like to expose a soap webservice. The project is loaded as a WAR generated by netbeans. The webservice is generated from a WSDL. What is the simplest way to add SOAP support to embedded Jetty
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It seems like there is a bridge to use JAX-WS with Jetty. Though I never use it personally. |
|||||||||||
|
|
The axis2 web services framework can be deployed as a normal web application onto your embedded Jetty instance. It provides a framework for the execution of your web service. You can embed such services within the Axis2 war file or deploy them separately .aar files (Special Axis2 archive file format) |
|||
|
|