Hi,
Thanks for your reply. I did as you suggested as below

 <cxf:cxfEndpoint id="reportIncident"
                   address="http://localhost:8080/webservices/incident";
                  
serviceClass="org.apache.camel.example.reportincident.ReportIncidentEndpoint"
                   wsdlURL="etc/report_incident.wsdl"
                   endpointName="ons:ReportIncidentService"
xmlns:ons="http://reportincident.example.camel.apache.org";
                   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

But i get the error Caused by: java.io.IOException: Cannot find any
registered HttpDestinationFactory from the Bus. This was the reason i was
not using complete qualified URL in the address.

Thanks,



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

Reply via email to