projet-webservices/soap/pong.xml

14 lines
449 B
XML
Raw Normal View History

2023-01-11 21:46:36 +01:00
<?xml version="1.0"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
soapenv:encodingStyle="http://www.w3.org/2001/12/soap-encoding"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap"
xmlns:ns1="hello">
<soapenv:Body>
2023-01-12 12:52:44 +01:00
<ns1:PongResponse>
<greeting>Pong!</greeting>
</ns1:PongResponse>
2023-01-11 21:46:36 +01:00
</soapenv:Body>
</soapenv:Envelope>