11 lines
422 B
C
11 lines
422 B
C
<?xml version="1.0" encoding="UTF-8"?>
|
|
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
|
|
xmlns:dom="http://example.com/soap/wsdl">
|
|
<soapenv:Header/>
|
|
<soapenv:Body>
|
|
<dom:soapFunc soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
|
</soapenv:Body>
|
|
</soapenv:Envelope>
|