13 lines
404 B
XML
13 lines
404 B
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:ns1="http://www.bnet.cn/v3.0/">
|
|
<SOAP-ENV:Body>
|
|
<ns1:decode></ns1:decode>
|
|
|
|
</SOAP-ENV:Body>
|
|
</SOAP-ENV:Envelope>
|