- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jul 2007 20:33:17 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing/testsuite/documents/echo/soap11 In directory hutz:/tmp/cvs-serv18419/documents/echo/soap11 Added Files: duplicateActionFault.xml duplicateActionRequest.xml duplicateFaultToFault.xml duplicateFaultToRequest.xml duplicateMessageIDFault.xml duplicateMessageIDRequest.xml duplicateReplyToFault.xml duplicateReplyToRequest.xml duplicateToFault-1.xml duplicateToFault.xml duplicateToFault_1.xml duplicateToReplyToNone.xml duplicateToRequest.xml fault1.xml fault2.xml message1-70.xml message1.xml message2.xml message3.xml message4.xml message7.xml message8.xml message9.xml noActionFault.xml noActionRequest.xml reply1-1.xml reply1-2.xml reply1.xml reply2.xml test1150request.xml test1151request.xml test1151response.xml test1152request.xml test1152response.xml Log Message: Moved from cvs.w3.org --- NEW FILE: noActionRequest.xml --- <?xml version="1.0"?> <!-- $Id: noActionRequest.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:MessageID>urn:uuid:A6332C1B-1469-4448-A860-71059F20C111</wsa:MessageID> </soap11:Header> <soap11:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </soap11:Body> </soap11:Envelope> --- NEW FILE: test1151request.xml --- <?xml version="1.0"?> <!-- $Id: test1151request.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:BF442C41-9D3E-443D-A394-AD46742D25F8</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://example.org/node/A</wsa:Address> </wsa:ReplyTo> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address> </wsa:FaultTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: duplicateToFault_1.xml --- <?xml version="1.0"?> <!-- $Id: duplicateToFault_1.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeader> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> </wsa:ProblemHeader> </wsa:FaultDetail> <wsa:RelatesTo>urn:uuid:AA187032-9872-4448-BAA8-F954D54BA4B1</wsa:RelatesTo> <wsa:MessageID>urn:uuid:67DBD6C6-CE84-4580-B3E2-A130EA4AA406</wsa:MessageID> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:InvalidAddressingHeader</faultcode> <faultstring xml:lang="en">A header representing a Message Addressing Property is not valid and the message cannot be processed</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: duplicateToRequest.xml --- <?xml version="1.0"?> <!-- $Id: duplicateToRequest.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:BCF59302-0E0B-4EF8-B581-6F2DAFF007AF</wsa:MessageID> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> </soap11:Header> <soap11:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </soap11:Body> </soap11:Envelope> --- NEW FILE: fault2.xml --- <?xml version="1.0"?> <!-- $Id: fault2.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:echo="http://example.org/echo"> <env:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <customer:CustomerKey xmlns:customer="http://example.org/customer" wsa:IsReferenceParameter="true">Key#123456789</customer:CustomerKey> <wsa:MessageID>urn:uuid:3C8E5964-DFC1-4BCA-A13C-B7B2CCD1684B</wsa:MessageID> <wsa:RelatesTo>urn:uuid:9AE4B05F-0A6F-4E19-B04C-B4FCCBA656DA</wsa:RelatesTo> </env:Header> <env:Body> <env:Fault> <faultcode>echo:EmptyEchoString</faultcode> <faultstring>The echo string was empty.</faultstring> </env:Fault> </env:Body> </env:Envelope> --- NEW FILE: reply1.xml --- <?xml version="1.0"?> <!-- $Id: reply1.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoOut</wsa:Action> <wsa:MessageID>urn:uuid:D666E4D6-2DB6-45DA-BB45-C7406B2AFE9E</wsa:MessageID> <wsa:RelatesTo>urn:uuid:B5756A05-3B9B-43B8-B2EA-AB58DDF25303</wsa:RelatesTo> </env:Header> <env:Body> <m:echoOut xmlns:m="http://example.org/echo">Echo This Text</m:echoOut> </env:Body> </env:Envelope> --- NEW FILE: duplicateActionRequest.xml --- <?xml version="1.0"?> <!-- $Id: duplicateActionRequest.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:D447F2F4-9980-4012-93A4-5F0C9F7630ED</wsa:MessageID> </soap11:Header> <soap11:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </soap11:Body> </soap11:Envelope> --- NEW FILE: duplicateActionFault.xml --- <?xml version="1.0"?> <!-- $Id: duplicateActionFault.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeaderQName>wsa:Action</wsa:ProblemHeaderQName> </wsa:FaultDetail> <wsa:MessageID>urn:uuid:0293E1C3-3C60-455C-820A-CDF70D0795D1</wsa:MessageID> <wsa:RelatesTo>urn:uuid:D447F2F4-9980-4012-93A4-5F0C9F7630ED</wsa:RelatesTo> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:InvalidAddressingHeader</faultcode> <faultstring xml:lang="en">A header representing a Message Addressing Property is not valid and the message cannot be processed</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: duplicateReplyToRequest.xml --- <?xml version="1.0"?> <!-- $Id: duplicateReplyToRequest.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:A4A96CCF-8366-4724-88E6-56BB9926CB35</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:ReplyTo> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:ReplyTo> </soap11:Header> <soap11:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </soap11:Body> </soap11:Envelope> --- NEW FILE: message4.xml --- <?xml version="1.0"?> <!-- $Id: message4.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>BF6275A8-4D17-4C91-8759-8137583F654B</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:ReplyTo> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:FaultTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: duplicateReplyToFault.xml --- <?xml version="1.0"?> <!-- $Id: duplicateReplyToFault.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeaderQName>wsa:ReplyTo</wsa:ProblemHeaderQName> </wsa:FaultDetail> <wsa:MessageID>urn:uuid:BDD74739-A421-47B9-9817-2808D7D6A5AC</wsa:MessageID> <wsa:RelatesTo>urn:uuid:A4A96CCF-8366-4724-88E6-56BB9926CB35</wsa:RelatesTo> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:InvalidAddressingHeader</faultcode> <faultstring xml:lang="en">A header representing a Message Addressing Property is not valid and the message cannot be processed</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: message3.xml --- <?xml version="1.0"?> <!-- $Id: message3.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>EEA41FA0-1D22-4D9F-AD1F-0EB1B9F27453</wsa:MessageID> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:FaultTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: noActionFault.xml --- <?xml version="1.0"?> <!-- $Id: noActionFault.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeaderQName>wsa:Action</wsa:ProblemHeaderQName> </wsa:FaultDetail> <wsa:RelatesTo>urn:uuid:A6332C1B-1469-4448-A860-71059F20C111</wsa:RelatesTo> <wsa:MessageID>urn:uuid:F1575880-7929-4787-B786-B1A06E181C75</wsa:MessageID> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:MessageAddressingHeaderRequired</faultcode> <faultstring xml:lang="en">A required header representing a Message Addressing Property is not present</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: test1152response.xml --- <?xml version="1.0"?> <!-- $Id: test1152response.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoOut</wsa:Action> <wsa:MessageID>urn:uuid:4D3FEF4A-7B7A-4DDE-BA50-04DE2C57070E</wsa:MessageID> <wsa:RelatesTo>urn:uuid:B434668D-6300-494C-B276-B634FA1FF19B</wsa:RelatesTo> </env:Header> <env:Body> <m:echoOut xmlns:m="http://example.org/echo">Echo This Text</m:echoOut> </env:Body> </env:Envelope> --- NEW FILE: message1-70.xml --- <?xml version="1.0"?> <!-- $Id: message1-70.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:B5756A05-3B9B-43B8-B2EA-AB58DDF25303</wsa:MessageID> <wsa:From env:mustUnderstand="true"> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:From> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: message7.xml --- <?xml version="1.0"?> <!-- $Id: message7.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>D6202742-D9D9-4023-8167-EF0AB81042EC</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> <wsa:ReferenceParameters xmlns:customer="http://example.org/customer"> <customer:CustomerKey>Key#123456789</customer:CustomerKey> </wsa:ReferenceParameters> </wsa:ReplyTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: duplicateMessageIDFault.xml --- <?xml version="1.0"?> <!-- $Id: duplicateMessageIDFault.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeaderQName>wsa:MessageID</wsa:ProblemHeaderQName> </wsa:FaultDetail> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:InvalidAddressingHeader</faultcode> <faultstring xml:lang="en">A header representing a Message Addressing Property is not valid and the message cannot be processed</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: message2.xml --- <?xml version="1.0"?> <!-- $Id: message2.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:DAF81D9F-D1B3-47F8-9074-158BDD85E518</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:ReplyTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: reply1-2.xml --- <?xml version="1.0"?> <!-- $Id: reply1-2.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoOut</wsa:Action> <wsa:RelatesTo>urn:uuid:F835F375-80FE-4D1A-B6A0-6941C7D9BFC1</wsa:RelatesTo> <wsa:MessageID>urn:uuid:22DAE843-3F5B-4815-904E-32BA670DE337</wsa:MessageID> </env:Header> <env:Body> <m:echoOut xmlns:m="http://example.org/echo">Echo This Text</m:echoOut> </env:Body> </env:Envelope> --- NEW FILE: duplicateToReplyToNone.xml --- <?xml version="1.0"?> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:BCF59302-0E0B-4EF8-B581-6F2DAFF007AF</wsa:MessageID> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address> </wsa:ReplyTo> </soap11:Header> <soap11:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </soap11:Body> </soap11:Envelope> --- NEW FILE: duplicateFaultToRequest.xml --- <?xml version="1.0"?> <!-- $Id: duplicateFaultToRequest.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:BC1040CF-EC46-4483-82FD-51D86A10D0FA</wsa:MessageID> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:FaultTo> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> </wsa:FaultTo> </soap11:Header> <soap11:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </soap11:Body> </soap11:Envelope> --- NEW FILE: message8.xml --- <?xml version="1.0"?> <!-- $Id: message8.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> <wsa:MessageID>urn:uuid:9AE4B05F-0A6F-4E19-B04C-B4FCCBA656DA</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> <wsa:ReferenceParameters xmlns:customer="http://example.org/customer"> <customer:CustomerKey>Key#123456789</customer:CustomerKey> </wsa:ReferenceParameters> </wsa:ReplyTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo"/> </env:Body> </env:Envelope> --- NEW FILE: reply2.xml --- <?xml version="1.0"?> <!-- $Id: reply2.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoOut</wsa:Action> <customer:CustomerKey xmlns:customer="http://example.org/customer" wsa:IsReferenceParameter="true">Key#123456789</customer:CustomerKey> <wsa:RelatesTo>D6202742-D9D9-4023-8167-EF0AB81042EC</wsa:RelatesTo> </env:Header> <env:Body> <m:echoOut xmlns:m="http://example.org/echo">Echo This Text</m:echoOut> </env:Body> </env:Envelope> --- NEW FILE: duplicateFaultToFault.xml --- <?xml version="1.0"?> <!-- $Id: duplicateFaultToFault.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeaderQName>wsa:FaultTo</wsa:ProblemHeaderQName> </wsa:FaultDetail> <wsa:MessageID>urn:uuid:7EE82C4F-AE1A-4779-BB19-571F2314DD7D</wsa:MessageID> <wsa:RelatesTo>urn:uuid:BC1040CF-EC46-4483-82FD-51D86A10D0FA</wsa:RelatesTo> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:InvalidAddressingHeader</faultcode> <faultstring xml:lang="en">A header representing a Message Addressing Property is not valid and the message cannot be processed</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: message9.xml --- <?xml version="1.0"?> <!-- $Id: message9.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To> <wsa:MessageID>urn:uuid:BAB79B77-E9AE-4B9F-A8B4-624BB9E7E919</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> <wsa:ReferenceParameters xmlns:customer="http://example.org/customer"> <customer:CustomerKey>Key#123456789</customer:CustomerKey> </wsa:ReferenceParameters> </wsa:ReplyTo> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address> <wsa:ReferenceParameters xmlns:customer="http://example.org/customer"> <customer:CustomerKey>Fault#123456789</customer:CustomerKey> </wsa:ReferenceParameters> </wsa:FaultTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo"/> </env:Body> </env:Envelope> --- NEW FILE: test1150request.xml --- <?xml version="1.0"?> <!-- $Id: test1150request.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:F835F375-80FE-4D1A-B6A0-6941C7D9BFC1</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://example.org/node/A</wsa:Address> </wsa:ReplyTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: message1.xml --- <?xml version="1.0"?> <!-- $Id: message1.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:B5756A05-3B9B-43B8-B2EA-AB58DDF25303</wsa:MessageID> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: duplicateToFault-1.xml --- <?xml version="1.0"?> <!-- $Id: duplicateToFault-1.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeaderQName>wsa:To</wsa:ProblemHeaderQName> </wsa:FaultDetail> <wsa:RelatesTo>urn:uuid:BCF59302-0E0B-4EF8-B581-6F2DAFF007AF</wsa:RelatesTo> <wsa:MessageID>urn:uuid:48F61A13-5449-42DA-AA08-E58774F13F2A</wsa:MessageID> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:InvalidAddressingHeader</faultcode> <faultstring xml:lang="en">A header representing a Message Addressing Property is not valid and the message cannot be processed</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: duplicateToFault.xml --- <?xml version="1.0"?> <!-- $Id: duplicateToFault.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <wsa:FaultDetail> <wsa:ProblemHeaderQName>wsa:To</wsa:ProblemHeaderQName> </wsa:FaultDetail> <wsa:MessageID>urn:uuid:246E7BEE-03AB-4D87-B95C-9B43F468F83E</wsa:MessageID> <wsa:RelatesTo>urn:uuid:BCF59302-0E0B-4EF8-B581-6F2DAFF007AF</wsa:RelatesTo> </soap11:Header> <soap11:Body> <soap11:Fault> <faultcode>wsa:InvalidAddressingHeader</faultcode> <faultstring xml:lang="en">A header representing a Message Addressing Property is not valid and the message cannot be processed</faultstring> </soap11:Fault> </soap11:Body> </soap11:Envelope> --- NEW FILE: fault1.xml --- <?xml version="1.0"?> <!-- $Id: fault1.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:echo="http://example.org/echo"> <env:Header> <wsa:Action>http://www.w3.org/2005/08/addressing/fault</wsa:Action> <customer:CustomerKey xmlns:customer="http://example.org/customer" wsa:IsReferenceParameter="true">Fault#123456789</customer:CustomerKey> <wsa:MessageID>urn:uuid:243D4581-5103-4909-A38F-982C7A406FF9</wsa:MessageID> <wsa:RelatesTo>urn:uuid:BAB79B77-E9AE-4B9F-A8B4-624BB9E7E919</wsa:RelatesTo> </env:Header> <env:Body> <env:Fault> <faultcode>echo:EmptyEchoString</faultcode> <faultstring>The echo string was empty.</faultstring> </env:Fault> </env:Body> </env:Envelope> --- NEW FILE: test1152request.xml --- <?xml version="1.0"?> <!-- $Id: test1152request.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>urn:uuid:BF442C41-9D3E-443D-A394-AD46742D25F8</wsa:MessageID> <wsa:ReplyTo> <wsa:Address>http://example.org/node/A</wsa:Address> </wsa:ReplyTo> <wsa:FaultTo> <wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address> </wsa:FaultTo> </env:Header> <env:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </env:Body> </env:Envelope> --- NEW FILE: reply1-1.xml --- <?xml version="1.0"?> <!-- $Id: reply1-1.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoOut</wsa:Action> <wsa:MessageID>urn:uuid:CEC86616-85DD-4DC3-BCF3-0A0A8AF07AE8</wsa:MessageID> <wsa:RelatesTo>urn:uuid:DAF81D9F-D1B3-47F8-9074-158BDD85E518</wsa:RelatesTo> </env:Header> <env:Body> <m:echoOut xmlns:m="http://example.org/echo">Echo This Text</m:echoOut> </env:Body> </env:Envelope> --- NEW FILE: test1151response.xml --- <?xml version="1.0"?> <!-- $Id: test1151response.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <env:Header> <wsa:Action>http://example.org/action/echoOut</wsa:Action> <wsa:MessageID>urn:uuid:4D3FEF4A-7B7A-4DDE-BA50-04DE2C57070E</wsa:MessageID> <wsa:RelatesTo>urn:uuid:B434668D-6300-494C-B276-B634FA1FF19B</wsa:RelatesTo> </env:Header> <env:Body> <m:echoOut xmlns:m="http://example.org/echo">Echo This Text</m:echoOut> </env:Body> </env:Envelope> --- NEW FILE: duplicateMessageIDRequest.xml --- <?xml version="1.0"?> <!-- $Id: duplicateMessageIDRequest.xml,v 1.1 2007/07/09 20:33:15 plehegar Exp $ --> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing"> <soap11:Header> <wsa:To>http://example.org/node/A</wsa:To> <wsa:Action>http://example.org/action/echoIn</wsa:Action> <wsa:MessageID>http://message.id/test</wsa:MessageID> <wsa:MessageID>http://message.id/test</wsa:MessageID> </soap11:Header> <soap11:Body> <m:echoIn xmlns:m="http://example.org/echo">Echo This Text</m:echoIn> </soap11:Body> </soap11:Envelope>
Received on Monday, 9 July 2007 20:33:27 UTC