1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/ulib/ok/soap_server.ok
2015-02-20 20:46:04 +01:00

7 lines
1.5 KiB
XML

<?xml version='1.0' ?><soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Body><soap:Fault><soap:Code><soap:Value>soap:Client</soap:Value></soap:Code><soap:Reason><soap:Text xml:lang="en-US">not well-formed (invalid token)</soap:Text></soap:Reason><soap:Detail>The fault occurred near position (line: 13 col: 59) within the message</soap:Detail></soap:Fault></soap:Body></soap:Envelope>
<?xml version='1.0' ?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Header></env:Header><env:Body><ns:addResponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns="ns"><returnValue xsi:type="xsd:int">30</returnValue></ns:addResponse></env:Body></env:Envelope>
<?xml version='1.0' ?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Header></env:Header><env:Body><ns:reverseResponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns="ns"><returnValue xsi:type="xsd:string">9876543210</returnValue></ns:reverseResponse></env:Body></env:Envelope>
<?xml version='1.0' ?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Header></env:Header><env:Body><ns:exampleResponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:ns="ns"><response xsi:type="xsd:string">"VAR_2=VALUE 2"
VAR_1=VALUE_1
</response></ns:exampleResponse></env:Body></env:Envelope>