- From: David Illsley via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 22 Jul 2007 20:48:31 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/testsuitewsdl/documents/wsdl20/messages-echo In directory hutz:/tmp/cvs-serv9134 Added Files: message1.xml message2.xml message3.xml message4.xml message5.xml message6.xml message7.xml message8.xml message9.xml Log Message: Sample messages for WSDL 2.0 testing --- NEW FILE: message3.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:Action>http://example.org/echo/fault</wsa:Action> <wsa:RelatesTo> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:RelatesTo> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Client</faultcode> <faultstring>Fault</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message5.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:Action>http://example.org/echo/ServiceInterface/echoResponse</wsa:Action> <wsa:RelatesTo> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:RelatesTo> </soapenv:Header> <soapenv:Body> <ns1:echo xmlns:ns1="http://example.org/echo">Test</ns1:echo> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message6.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:Action>http://example.org/echo/ServiceInterface/echoResponse/echoFaultName</wsa:Action> <wsa:RelatesTo> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:RelatesTo> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Client</faultcode> <faultstring>Fault</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message7.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:To xmlns="http://www.w3.org/2005/08/addressing"> http://example.org/node/A </wsa:To> <wsa:MessageID> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:MessageID> <wsa:Action>urn:example.org:wsaTestService3:ServiceInterface:echoRequest</wsa:Action> </soapenv:Header> <soapenv:Body> <ns1:echo xmlns:ns1="http://example.org/echo">Test</ns1:echo> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message9.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:Action>urn:example.org:wsaTestService3:ServiceInterface:echoResponse:echoFaultName</wsa:Action> <wsa:RelatesTo> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:RelatesTo> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Client</faultcode> <faultstring>Fault</faultstring> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message2.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:Action>http://example.org/echo/response</wsa:Action> <wsa:RelatesTo> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:RelatesTo> </soapenv:Header> <soapenv:Body> <ns1:echo xmlns:ns1="http://example.org/echo">Test</ns1:echo> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message8.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:Action>urn:example.org:wsaTestService3:ServiceInterface:echoResponse</wsa:Action> <wsa:RelatesTo> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:RelatesTo> </soapenv:Header> <soapenv:Body> <ns1:echo xmlns:ns1="http://example.org/echo">Test</ns1:echo> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message1.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:To xmlns="http://www.w3.org/2005/08/addressing"> http://example.org/node/A </wsa:To> <wsa:MessageID> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:MessageID> <wsa:Action>http://example.org/echo/request</wsa:Action> </soapenv:Header> <soapenv:Body> <ns1:echo xmlns:ns1="http://example.org/echo">Test</ns1:echo> </soapenv:Body> </soapenv:Envelope> --- NEW FILE: message4.xml --- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soapenv:Header> <wsa:To xmlns="http://www.w3.org/2005/08/addressing"> http://example.org/node/A </wsa:To> <wsa:MessageID> uuid:6d503f87-3bdd-4627-8fbf-330985f3b922 </wsa:MessageID> <wsa:Action>http://example.org/echo/ServiceInterface/echoRequest</wsa:Action> </soapenv:Header> <soapenv:Body> <ns1:echo xmlns:ns1="http://example.org/echo">Test</ns1:echo> </soapenv:Body> </soapenv:Envelope>
Received on Sunday, 22 July 2007 20:48:36 UTC