Can anybody help with this?
I want to use an embedded Jetty 7 as Endpoint. This is what I tried:
public class MiniTestJetty { @WebService(targetNamespac
You could simply open the URL of the WSDL in Firefox and check the response headers with Firebug. You should get something like:
HTTP/1.1 200 OK Content-Type: text/xml;charset=utf-8 Transfer-Encoding: chunked Server: Jetty(7.1.2.v20100523)