Skip to content

Instantly share code, notes, and snippets.

@yamanyar
Created September 5, 2013 08:35
Show Gist options
  • Save yamanyar/6447498 to your computer and use it in GitHub Desktop.
Save yamanyar/6447498 to your computer and use it in GitHub Desktop.
Sample xml for datapower url extractor
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:int="http://integration.abc.com">
<soapenv:Header/>
<soapenv:Body>
<int:request>
<int:ip>verysecret.company.com</int:ip>
<int:operation>sitecheck.aspx</int:operation>
<int:params>
<!--Zero or more repetitions:-->
<int:item>
<int:key>alfa</int:key>
<int:value>1</int:value>
</int:item>
<int:item>
<int:key>beta</int:key>
<int:value>2</int:value>
</int:item>
</int:params>
<int:port>80</int:port>
</int:request>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment