Skip to content

Instantly share code, notes, and snippets.

@kendhia
Created December 3, 2019 10:39
Show Gist options
  • Save kendhia/a48187553b5c50f8407895f92640431d to your computer and use it in GitHub Desktop.
Save kendhia/a48187553b5c50f8407895f92640431d to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:tem=\"http://tempuri.org/\" xmlns:iot=\"http://schemas.datacontract.org/2004/07/IOTMobileWcfService\">\n" +
" <soapenv:Header/>\n" +
" <soapenv:Body>\n" +
" <tem:DevicePostData>\n" +
" <tem:data>\n" +
" <iot:deviceList>\n" +
" <!--Zero or more repetitions:-->\n" +
<iot:DeviceLists>\n" +
" <iot:accuracy>0</iot:accuracy>\n" +
" <iot:beaconId>%s:%s:%s</iot:beaconId>\n" +
" <iot:rssi>%s</iot:rssi>\n" +
" <iot:userId>%s</iot:userId>\n" +
" </iot:DeviceLists>\n" +
" </iot:deviceList>\n" +
" <iot:userId>%s</iot:userId>\n" +
" </tem:data>\n" +
" </tem:DevicePostData>\n" +
" </soapenv:Body>\n" +
"</soapenv:Envelope> "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment