June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
10
Task/SOAP/C/soap-2.c
Normal file
10
Task/SOAP/C/soap-2.c
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue