Skip to content

Instantly share code, notes, and snippets.

@level09
Created January 7, 2013 14:57
Show Gist options
  • Save level09/4475550 to your computer and use it in GitHub Desktop.
Save level09/4475550 to your computer and use it in GitHub Desktop.
Incoming soap
<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