projet-webservices/soap/pong.xml

13 lines
449 B
XML

<?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>
<ns1:PongResponse>
<greeting>Pong!</greeting>
</ns1:PongResponse>
</soapenv:Body>
</soapenv:Envelope>