2002/ws/desc/test-suite/documents/bad/RPC-22B rpcstyleinout.wsdl,1.3,1.4

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/RPC-22B
In directory hutz:/tmp/cvs-serv20879/test-suite/documents/bad/RPC-22B

Modified Files:
	rpcstyleinout.wsdl 
Log Message:
Updated the testsuite to the new namespaces.

Index: rpcstyleinout.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/RPC-22B/rpcstyleinout.wsdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** rpcstyleinout.wsdl	26 Feb 2007 04:36:28 -0000	1.3
--- rpcstyleinout.wsdl	23 Mar 2007 05:50:30 -0000	1.4
***************
*** 1,8 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <wsdl:description targetNamespace="http://example.org/"
! 	xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
  	xmlns:xs="http://www.w3.org/2001/XMLSchema"
  	xmlns:tns="http://example.org/"
! 	xmlns:wrpc="http://www.w3.org/2006/01/wsdl/rpc">
  
  	<wsdl:documentation>
--- 1,8 ----
  <?xml version="1.0" encoding="UTF-8"?>
  <wsdl:description targetNamespace="http://example.org/"
! 	xmlns:wsdl="http://www.w3.org/ns/wsdl"
  	xmlns:xs="http://www.w3.org/2001/XMLSchema"
  	xmlns:tns="http://example.org/"
! 	xmlns:wrpc="http://www.w3.org/ns/wsdl/rpc">
  
  	<wsdl:documentation>
***************
*** 34,40 ****
  
  	<wsdl:interface name="myInterface"
! 		styleDefault="http://www.w3.org/2006/01/wsdl/style/rpc">
  		<wsdl:operation name="myOperation"
! 			pattern="http://www.w3.org/2006/01/wsdl/in-out"
  			wrpc:signature="tns:element2 #out">
  			<wsdl:input messageLabel="In" element="tns:myOperation" />
--- 34,40 ----
  
  	<wsdl:interface name="myInterface"
! 		styleDefault="http://www.w3.org/ns/wsdl/style/rpc">
  		<wsdl:operation name="myOperation"
! 			pattern="http://www.w3.org/ns/wsdl/in-out"
  			wrpc:signature="tns:element2 #out">
  			<wsdl:input messageLabel="In" element="tns:myOperation" />

Received on Friday, 23 March 2007 05:53:37 UTC