Skip to content

Instantly share code, notes, and snippets.

@hasithaa
Last active December 21, 2015 07:29
Show Gist options
  • Select an option

  • Save hasithaa/6271668 to your computer and use it in GitHub Desktop.

Select an option

Save hasithaa/6271668 to your computer and use it in GitHub Desktop.
<bpel:copy>
<bpel:from variable="input" header="echo"></bpel:from>
<bpel:to part="payload" variable="output">
<bpel:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0"><![CDATA[tns:result]]></bpel:query>
</bpel:to>
</bpel:copy>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapHeaderTestProcessResponse xmlns="http://wso2.org/bps/sample">
<tns:result xmlns:tns="http://wso2.org/bps/sample">hello</tns:result>
</soapHeaderTestProcessResponse>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment