2004/ws/addressing/testsuitewsdl/testcases testcases.xml,1.1,1.2

Update of /sources/public/2004/ws/addressing/testsuitewsdl/testcases
In directory hutz:/tmp/cvs-serv23419/testcases

Modified Files:
	testcases.xml 
Log Message:
Added test cases for wsam:Addressing WS-Policy assertion.

Index: testcases.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/testsuitewsdl/testcases/testcases.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** testcases.xml	9 Jul 2007 20:39:12 -0000	1.1
--- testcases.xml	14 Jul 2007 00:04:06 -0000	1.2
***************
*** 1,623 ****
  <?xml version="1.0"?>
  <!-- 
!     Web Services Addressing WSDL Binding Test Cases
!     $Date$
  -->
  <!--
! 
!   - Add XPaths for inputs and output processing
!   - CR status: REQUIRED, OPTIONAL, INFORMATIONAL
!   - CR documents covered: CORE, SOAP, WSDL
[...1965 lines suppressed...]
+ 			<message from="A" to="B">
+ 				<assert
+ 					test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/Echo'"/>
+ 			</message>
+ 			<message from="B" to="A">
+ 				<assert
+ 					test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoResponse'"/>
+ 			</message>
+ 			<message from="A" to="B">
+ 				<assert
+ 					test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoToInt'"/>
+ 			</message>
+ 			<message from="B" to="A">
+ 				<assert
+ 					test="soap12:Envelope/soap12:Header/wsa:Action = 'http://tempuri.org/IEchoString/EchoToIntResponse'"/>
+ 			</message>
+ 		</message-exchange>
+ 	</testcase>
+ 			
  </testcases>

Received on Saturday, 14 July 2007 00:04:12 UTC