Created
December 3, 2019 10:39
-
-
Save kendhia/a48187553b5c50f8407895f92640431d to your computer and use it in GitHub Desktop.
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: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