Created
September 5, 2013 08:35
-
-
Save yamanyar/6447498 to your computer and use it in GitHub Desktop.
Sample xml for datapower url extractor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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