Skip to content

Instantly share code, notes, and snippets.

@gnanagurus
Created November 12, 2015 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnanagurus/39a846ec6bb0725784e9 to your computer and use it in GitHub Desktop.
Save gnanagurus/39a846ec6bb0725784e9 to your computer and use it in GitHub Desktop.
Define CXF endpoint
<cxf:cxfEndpoint id="geo-service-endpoint"
address="http://127.0.0.1:8181/camel/geo-service/"
wsdlURL="wsdl/geo-service.wsdl"
serviceName="gs:geo-service"
endpointName="gs:geo-serviceSOAP"
xmlns:gs="http://www.bushorn.com/camel/geo-service/">
<cxf:properties>
<entry key="dataFormat" value="MESSAGE" />
</cxf:properties>
</cxf:cxfEndpoint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment