2002/ws/desc/test-suite/documents/bad/Service-1B Service.wsdl,1.8,1.9

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Service-1B
In directory hutz:/tmp/cvs-serv25618/test-suite/documents/bad/Service-1B

Modified Files:
	Service.wsdl 
Log Message:
correct bad test cases replacing xs:string with #any in interface message references

Index: Service.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Service-1B/Service.wsdl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** Service.wsdl	31 May 2006 14:34:21 -0000	1.8
--- Service.wsdl	20 Jul 2006 03:32:56 -0000	1.9
***************
*** 16,21 ****
  		<wsdl:operation name="Echo"
  			pattern="http://www.w3.org/2006/01/wsdl/in-out">
! 			<wsdl:input element="xs:string" />
! 			<wsdl:output element="xs:string" />
  		</wsdl:operation>
  	</wsdl:interface>
--- 16,21 ----
  		<wsdl:operation name="Echo"
  			pattern="http://www.w3.org/2006/01/wsdl/in-out">
! 			<wsdl:input element="#any" />
! 			<wsdl:output element="#any" />
  		</wsdl:operation>
  	</wsdl:interface>

Received on Thursday, 20 July 2006 03:33:01 UTC