Hi all, I have implemented a Provider for my web service but the request doesn't pass into my provider. To declare my provider I only have added there 2 lines before my class: @javax.xml.ws.WebServiceProvider(portName="HelloWorldSoapBinding", serviceName="HelloWorld") @javax.xml.ws.ServiceMode(value = javax.xml.ws.Service.Mode.MESSAGE)
Is there no other thing to do? thanks a lot, Fabian. -- View this message in context: http://old.nabble.com/Problem-invoking-a-provider-tp29055742p29055742.html Sent from the cxf-user mailing list archive at Nabble.com.
