2002/ws/desc/test-suite/documents/good/MessageTest-2G HTTPservice.wsdl,1.9,1.10

Update of /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G
In directory hutz:/tmp/cvs-serv19555/test-suite/documents/good/MessageTest-2G

Modified Files:
	HTTPservice.wsdl 
Log Message:
Added more detail to the comments on the values of XML payloads where that payload is bound to the URI using {http location}.

Index: HTTPservice.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/MessageTest-2G/HTTPservice.wsdl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** HTTPservice.wsdl	5 Jan 2007 06:14:09 -0000	1.9
--- HTTPservice.wsdl	12 Jan 2007 05:02:20 -0000	1.10
***************
*** 18,21 ****
--- 18,27 ----
      it appears in the interface, extended interfaces first.  Thus the order will be:
          EchoName - simple structure echoing in-out operation.
+           For the purposes of this test, the structure must match:
+             <EchoName xmlns="http://example.org/message-test/xsd">
+               <FirstName>myfirst</FirstName>
+               <MiddleName>mymiddle</MiddleName>
+               <LastName>mylast</LastName>
+             </EchoName>
          EchoNameExpectFault - simple structure echoing in-out operation, but defined to return a fault.
          Send - one-way operation sending arbitrary XML payload.

Received on Friday, 12 January 2007 05:02:30 UTC