Hi Sergey,

Thank you for your response.

I have the following configuration:

-------------------------------------------------------------------------------------------
public abstract class AbstractSubscriptionHandlerService implements
Provider<SOAPMessage> {
...
}
-------------------------------------------------------------------------------------------
@WebServiceProvider(
    serviceName = "NotificationProducerService",
    portName = "NotificationProducerBindingPort",
    targetNamespace = "http://docs.oasis-open.org/wsn/bw-2";,
    wsdlLocation = "WEB-INF/wsdl/NotificationProducerService.wsdl")
@BindingType(javax.xml.ws.soap.SOAPBinding.SOAP12HTTP_BINDING)
@ServiceMode(value = Mode.MESSAGE)
public class SubscriptionHandlerServiceEndpoint
        extends AbstractSubscriptionHandlerService {
...
}
-------------------------------------------------------------------------------------------
and it doesn't work unless "implements Provider<SOAPMessage>" added to
SubscriptionHandlerServiceEndpoint too.

Yuri
-- 
View this message in context: 
http://cxf.547215.n5.nabble.com/ArrayIndexOutOfBoundsException-with-Provider-services-on-CXF-tp2640049p2641161.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to