- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jun 2007 04:22:11 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory hutz:/tmp/cvs-serv1629 Modified Files: ws-addr-wsdl.xml Log Message: LC141: change default action pattern for faults in WSDL 2.0 Index: ws-addr-wsdl.xml =================================================================== RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v retrieving revision 1.123 retrieving revision 1.124 diff -C 2 -d -r1.123 -r1.124 *** ws-addr-wsdl.xml 19 Jun 2007 00:03:53 -0000 1.123 --- ws-addr-wsdl.xml 19 Jun 2007 04:22:08 -0000 1.124 *************** *** 699,703 **** <head>Structure of default wsa:Action IRI for faults</head> <eg xml:space="preserve"> ! [target namespace][delimiter][interface name][delimiter][fault name] </eg> </example> --- 699,703 ---- <head>Structure of default wsa:Action IRI for faults</head> <eg xml:space="preserve"> ! [target namespace][delimiter][interface name][delimiter][operation name][direction token][delimiter][fault name] </eg> </example> *************** *** 804,812 **** <p> [direction token] for input is Request </p> <p> [direction token] for output is Response</p> ! <p>Applying the pattern above with these values we have:</p> <p>input action = http://greath.example.com/2004/wsdl/resSvc/reservationInterface/opCheckAvailabilityRequest</p> <p>output action = http://greath.example.com/2004/wsdl/resSvc/reservationInterface/opCheckAvailabilityResponse</p> </example> </div3> --- 804,814 ---- <p> [direction token] for input is Request </p> <p> [direction token] for output is Response</p> ! <p>Applying the patterns above with these values we have:</p> <p>input action = http://greath.example.com/2004/wsdl/resSvc/reservationInterface/opCheckAvailabilityRequest</p> <p>output action = http://greath.example.com/2004/wsdl/resSvc/reservationInterface/opCheckAvailabilityResponse</p> + <p>fault action for a fault named AvailabilityNotAvailableFault = + http://greath.example.com/2004/wsdl/resSvc/reservationInterface/opCheckAvailabilityResponse/AvailabilityNotAvailableFault</p> </example> </div3> *************** *** 817,821 **** <ulist> <item> ! <p>A property of the Interface Message Reference and Interface Fault components named {action}. The property is of type xs:anyURI. The property value is either explicitly specified, as described in --- 819,823 ---- <ulist> <item> ! <p>A property of the Interface Message Reference and Interface Operation InFault/OutFault components named {action}. The property is of type xs:anyURI. The property value is either explicitly specified, as described in
Received on Tuesday, 19 June 2007 04:22:13 UTC