Skip to content

Instantly share code, notes, and snippets.

@gnanagurus
Created November 12, 2015 09:43
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/86d55b02c0945479d7ef to your computer and use it in GitHub Desktop.
Save gnanagurus/86d55b02c0945479d7ef to your computer and use it in GitHub Desktop.
Strip off the SOAP envelope
<from uri="cxf:bean:geo-service-endpoint" />
<!-- This removes soap envelope - this is not required if cxf dataformat is PAYLOAD -->
<setBody id="soap-unwrapper"><xpath>//geo:GeoServiceRequest</xpath></setBody>
<convertBodyTo type="String" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment