1
|
http://11.0.54.167:8083/services/FSUService
|
2
|
|
3
|
#获取动环数据
|
4
|
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
|
5
|
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
6
|
<FSU:invoke xmlns:FSU="http://FSUService.chinamobile.com">
|
7
|
<xmlData>
|
8
|
<?xml version="1.0" encoding="UTF-8"?>
|
9
|
<Request>
|
10
|
<PK_Type>
|
11
|
<Name>GET_DATA</Name>
|
12
|
</PK_Type>
|
13
|
<Info>
|
14
|
<FSUID>20201912275933</FSUID>
|
15
|
</Info>
|
16
|
</Request>
|
17
|
</xmlData>
|
18
|
</FSU:invoke>
|
19
|
</SOAP-ENV:Body>
|
20
|
</SOAP-ENV:Envelope>
|
21
|
|
22
|
#获取动环信息,以及协议版本号
|
23
|
|
24
|
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
|
25
|
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
26
|
<FSU:invoke xmlns:FSU="http://FSUService.chinamobile.com">
|
27
|
<xmlData>
|
28
|
<?xml version="1.0" encoding="UTF-8"?>
|
29
|
<Request>
|
30
|
<PK_Type>
|
31
|
<Name>GET_LOGININFO</Name>
|
32
|
</PK_Type>
|
33
|
<Info>
|
34
|
<FSUID>20201912275933</FSUID>
|
35
|
</Info>
|
36
|
</Request>
|
37
|
</xmlData>
|
38
|
</FSU:invoke>
|
39
|
</SOAP-ENV:Body>
|
40
|
</SOAP-ENV:Envelope>
|