2004/ws/addressing/testsuitewsdl/documents/echo/soap12 message6.xml,1.1,1.2

Update of /sources/public/2004/ws/addressing/testsuitewsdl/documents/echo/soap12
In directory hutz:/tmp/cvs-serv15971/documents/echo/soap12

Modified Files:
	message6.xml 
Log Message:
Fix error in XML definition.

Index: message6.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/testsuitewsdl/documents/echo/soap12/message6.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** message6.xml	17 Jul 2007 17:13:42 -0000	1.1
--- message6.xml	17 Jul 2007 17:20:01 -0000	1.2
***************
*** 1,26 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <soapenv:Header>
! 	<wsa:To soapenv:mustUnderstand="1">
! 		http://localhost/service/endpoint
! 	</wsa:To>
! 	<wsa:ReplyTo>
! 		<wsa:Address>http://localhost/client/endpoint</wsa:Address>
! 	</wsa:ReplyTo>
! 	<wsa:FaultTo>
! 		<wsa:Address>
! 			http://www.w3.org/2005/08/addressing/anonymous
! 		</wsa:Address>
! 	</wsa:FaultTo>
! 	<wsa:MessageID>
! 		urn:uuid:9eeef435-85c9-4579-8dc3-9681f8c3651a
! 	</wsa:MessageID>
! 	<wsa:Action soapenv:mustUnderstand="1">
! 		http://tempuri.org/IEchoString/Echo
! 	</wsa:Action>
! </soapenv:Header>
! <soapenv:Body>
! 	<Echo xmlns="http://tempuri.org/">
! 		<text>Message</text>
! 	</Echo>
! </soapenv:Body>
  </soapenv:Envelope>
--- 1,28 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"
! 	xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
! 	<soapenv:Header>
! 		<wsa:To soapenv:mustUnderstand="1">
! 			http://localhost/service/endpoint
! 		</wsa:To>
! 		<wsa:ReplyTo>
! 			<wsa:Address>http://localhost/client/endpoint</wsa:Address>
! 		</wsa:ReplyTo>
! 		<wsa:FaultTo>
! 			<wsa:Address>
! 				http://www.w3.org/2005/08/addressing/anonymous
! 			</wsa:Address>
! 		</wsa:FaultTo>
! 		<wsa:MessageID>
! 			urn:uuid:9eeef435-85c9-4579-8dc3-9681f8c3651a
! 		</wsa:MessageID>
! 		<wsa:Action soapenv:mustUnderstand="1">
! 			http://tempuri.org/IEchoString/Echo
! 		</wsa:Action>
! 	</soapenv:Header>
! 	<soapenv:Body>
! 		<Echo xmlns="http://tempuri.org/">
! 			<text>Message</text>
! 		</Echo>
! 	</soapenv:Body>
  </soapenv:Envelope>

Received on Tuesday, 17 July 2007 17:20:11 UTC