Skip to content

Instantly share code, notes, and snippets.

@hasithaa
Created August 19, 2013 18:33
Show Gist options
  • Select an option

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

Select an option

Save hasithaa/6272476 to your computer and use it in GitHub Desktop.
<bpel:copy>
<bpel:from header="echo" variable="input"></bpel:from>
<bpel:to header="echo" variable="output"></bpel:to>
</bpel:copy>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<echo xmlns="http://example.com/" xmlns:eh="http://example.com/" xmlns:sam="http://wso2.org/bps/sample">hello</echo>
</soapenv:Header>
<soapenv:Body>
<soapHeaderTestProcessResponse xmlns="http://wso2.org/bps/sample">
<tns:result xmlns:tns="http://wso2.org/bps/sample">result</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