mirror of
https://wiilab.wiimart.org/wiimart/WiiSOAP
synced 2025-09-06 13:31:12 +02:00
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
|
|
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:ecs="urn:ecs.wsapi.broadon.com">
|
|
<SOAP-ENV:Body>
|
|
<ecs:CheckDeviceStatus xsi:type="ecs:CheckDeviceStatusRequestType">
|
|
<ecs:Version>2.0</ecs:Version>
|
|
<ecs:MessageId>ECSHOP-$DeviceId-$MessageId</ecs:MessageId>
|
|
<ecs:DeviceId>$DeviceId</ecs:DeviceId>
|
|
<ecs:DeviceToken>$DeviceToken</ecs:DeviceToken>
|
|
<ecs:AccountId>$AccountId</ecs:AccountId>
|
|
<ecs:Region>$Region</ecs:Region>
|
|
<ecs:Country>$Country</ecs:Country>
|
|
<ecs:Language>$Language</ecs:Language>
|
|
<ecs:SerialNo>$SerialNo</ecs:SerialNo>
|
|
</ecs:CheckDeviceStatus>
|
|
</SOAP-ENV:Body>
|
|
</SOAP-ENV:Envelope>
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<soapenv:Body>
|
|
<CheckDeviceStatusResponse xmlns="urn:ecs.wsapi.broadon.com">
|
|
<Version>2.0</Version>
|
|
<DeviceId>$DeviceId</DeviceId>
|
|
<MessageId>ECSHOP-$DeviceId-$MessageId</MessageId>
|
|
<TimeStamp>$TimeStamp</TimeStamp>
|
|
<ErrorCode>0</ErrorCode>
|
|
<ServiceStandbyMode>false</ServiceStandbyMode>
|
|
<Balance>
|
|
<Amount>$Amount</Amount>
|
|
<Currency>POINTS</Currency>
|
|
</Balance>
|
|
<ForceSyncTime>0</ForceSyncTime>
|
|
<ExtTicketTime>$ExtTicketTime</ExtTicketTime>
|
|
<SyncTime>$SyncTime</SyncTime>
|
|
</CheckDeviceStatusResponse>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>
|
|
0 |