views:

190

answers:

0

Hello, I'm trying to create a general standalone WebService provider with JAX-WS, using a WebserviceProvider and an Endpoint to publish it. How can I specify the WSDL to return when the service is called with ?wsdl at the end of the url? With a container I can use the wsdlLocation in the WebserviceProvider annotation, however it's not working with an java application. Any ideas?