Hi 

Try to configure your end point this way provided you are following a
contract-first approach.

<cxf:cxfEndpoint id="CONSUMERENDPOINT_CXF" 
                address="http://hostname:port/webservices/incident";
               
serviceClass="path_to_your_service_class_generated_from_wsdl2java_plugin"
                wsdlURL="wsdl/NameofWSDL.wsdl" serviceName="ons:nameofservice"
                endpointName="ons:portname" xmlns:ons="targetNamespaceOfWsdl"
                xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
        </cxf:cxfEndpoint>


Cheers

Reji



--
View this message in context: 
http://camel.465427.n5.nabble.com/CXF-webservice-deployment-on-glassfish-tp5758405p5758442.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to