Created
January 7, 2013 14:57
-
-
Save level09/4475550 to your computer and use it in GitHub Desktop.
Incoming soap
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
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" | |
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
<soap:Body> | |
<GetAssetIdListResponse xmlns="/MSAssetControl"> | |
<GetAssetIdListResult> | |
<string>MBCcapture_50e22e0f-1301071448</string> | |
<string>MBCcapture_50e22e0f-1301071445</string> | |
<string>MBCcapture_50e22e0f-1301071442</string> | |
<string>MBCcapture_50e22e0f-1301071439</string> | |
<string>MBCcapture_50e22e0f-1301071436</string> | |
<string>MBCcapture_50e22e0f-1301071433</string> | |
<string>MBCcapture_50e22e0f-1301071430</string> | |
<string>MBCcapture_50e22e0f-1301071427</string> | |
<string>MBCcapture_50e22e0f-1301071424</string> | |
<string>MBCcapture_50e22e0f-1301071421</string> | |
</GetAssetIdListResult> | |
</GetAssetIdListResponse> | |
</soap:Body> | |
</soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment