You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ha...@apache.org on 2004/09/08 13:03:54 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/wsdls AxisBench.wsdl ComplexTypeAll.wsdl Enumeration.wsdl ManyTypeRefRoot.wsdl RecurseTypes.wsdl SimpleTypeArray.wsdl SimpleTypeInnerUnbounded.wsdl SimpleTypeInnerUnboundedInOutput.wsdl

hawkeye     2004/09/08 04:03:54

  Modified:    c/tests/auto_build/testcases/wsdls AxisBench.wsdl
                        ComplexTypeAll.wsdl Enumeration.wsdl
                        ManyTypeRefRoot.wsdl RecurseTypes.wsdl
                        SimpleTypeArray.wsdl SimpleTypeInnerUnbounded.wsdl
                        SimpleTypeInnerUnboundedInOutput.wsdl
  Log:
  Repackages the services and target namespaces to be more consistent
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.2       +4 -4      ws-axis/c/tests/auto_build/testcases/wsdls/AxisBench.wsdl
  
  Index: AxisBench.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/AxisBench.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisBench.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ AxisBench.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,17 +1,17 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <wsdl:definitions 
  -	targetNamespace="http://axisbench.parislab.ibm.com" 
  +	targetNamespace="http://axisbench.test.apache.org" 
   	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
   	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
   	xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" 
  -	xmlns:intf="http://axisbench.parislab.ibm.com" 
  -	xmlns:impl="http://axisbench.parislab.ibm.com"
  +	xmlns:intf="http://axisbench.test.apache.org" 
  +	xmlns:impl="http://axisbench.test.apache.org"
   	 xmlns:apachesoap="http://xml.apache.org/xml-soap" 
   	 xmlns="http://schemas.xmlsoap.org/wsdl/">
     <wsdl:types>
       <schema 
       	elementFormDefault="qualified" 
  -	    targetNamespace="http://axisbench.parislab.ibm.com" 
  +	    targetNamespace="http://axisbench.test.apache.org" 
   	    xmlns="http://www.w3.org/2001/XMLSchema">
      <complexType name="BenchBasicDataType">
       <sequence>
  
  
  
  1.2       +6 -6      ws-axis/c/tests/auto_build/testcases/wsdls/ComplexTypeAll.wsdl
  
  Index: ComplexTypeAll.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/ComplexTypeAll.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ComplexTypeAll.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ ComplexTypeAll.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,14 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <definitions name="Service"
  -             targetNamespace="http://aws.ibm.com"
  -             xmlns:tns="http://aws.ibm.com"
  +             targetNamespace="http://complextype.test.apache.org"
  +             xmlns:tns="http://complextype.test.apache.org"
                xmlns="http://schemas.xmlsoap.org/wsdl/"
                xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   	<types>
   		<xsd:schema elementFormDefault="qualified" 
  -		            targetNamespace="http://aws.ibm.com"
  -		            xmlns:tns="http://aws.ibm.com">
  +		            targetNamespace="http://complextype.test.apache.org"
  +		            xmlns:tns="http://complextype.test.apache.org">
   			<xsd:element name="myOperation">
     				<xsd:complexType>
   					<xsd:sequence>
  @@ -49,7 +49,7 @@
   	<binding name="operationsBinding" type="tns:operations">
   		<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
   		<operation name="myOperation">
  -			<soap:operation soapAction="http://aws.ibm.com"/>
  +			<soap:operation soapAction="http://complextype.test.apache.org"/>
   			<input>
   				<soap:body use="literal"/>
   			</input>
  @@ -63,4 +63,4 @@
   			<soap:address location="http://localhost:9080/ComplexTypeAll/services/Service"/>
   		</port>
   	</service>
  -</definitions>
  \ No newline at end of file
  +</definitions>
  
  
  
  1.2       +2 -2      ws-axis/c/tests/auto_build/testcases/wsdls/Enumeration.wsdl
  
  Index: Enumeration.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/Enumeration.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Enumeration.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ Enumeration.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<definitions targetNamespace="http://www.sample.com/Enumeration.wsdl" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sample.com/Enumeration.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  +<definitions targetNamespace="http://enumeration.test.apache.org" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://enumeration.test.apache.org" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
   	<types>
  -		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.sample.com/Enumeration.wsdl" xmlns:tns="http://www.sample.com/Enumeration.wsdl">
  +		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://enumeration.test.apache.org" xmlns:tns="http://enumeration.test.apache.org">
   
   			<xsd:element name="getInput">
   			<xsd:complexType>
  
  
  
  1.2       +9 -9      ws-axis/c/tests/auto_build/testcases/wsdls/ManyTypeRefRoot.wsdl
  
  Index: ManyTypeRefRoot.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/ManyTypeRefRoot.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ManyTypeRefRoot.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ ManyTypeRefRoot.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,15 +1,15 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <definitions 
  -	targetNamespace="http://www.sample.com/ManyTypeRefRoot.wsdl" 
  +	targetNamespace="http://manytyperefroot.test.apache.org" 
   	xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" 
   	xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  -	xmlns:tns="http://www.sample.com/ManyTypeRefRoot.wsdl" 
  +	xmlns:tns="http://manytyperefroot.test.apache.org" 
   	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
   	xmlns="http://schemas.xmlsoap.org/wsdl/">
   	<types>
   		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  -			targetNamespace="http://www.sample.com/ManyTypeRefRoot.wsdl" 
  -			xmlns:tns="http://www.sample.com/ManyTypeRefRoot.wsdl">
  +			targetNamespace="http://manytyperefroot.test.apache.org" 
  +			xmlns:tns="http://manytyperefroot.test.apache.org">
   
   			<xsd:element name="getInput">
   				<xsd:complexType>
  @@ -46,14 +46,14 @@
   		<part name="parameters" element="tns:getInputResponse" />
   	</message>	
   	
  -	<portType name="ManyTypeRefRootWS">
  +	<portType name="ManyTypeRefRoot">
   		<operation name="getInput">
   			<input message="tns:input" />
   			<output message="tns:output" />			
   		</operation>
   	</portType>
   	
  -	<binding name="ManyTypeRefRootWSBinding" type="tns:ManyTypeRefRootWS">
  +	<binding name="ManyTypeRefRootBinding" type="tns:ManyTypeRefRoot">
   		<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
   		<operation name="getInput">
   			<soap:operation/>
  @@ -66,9 +66,9 @@
   		</operation>
   	</binding>
   	
  -	<service name="ManyTypeRefRootWSService">
  -		<port name="sampleWS" binding="tns:ManyTypeRefRootWSBinding">
  -			<soap:address location="http://localhost:9080/ManyTypeRefRootWS/services/sampleWS" />
  +	<service name="ManyTypeRefRootService">
  +		<port name="sampleWS" binding="tns:ManyTypeRefRootBinding">
  +			<soap:address location="http://localhost:9080/ManyTypeRefRoot/services/sampleWS" />
   		</port>
   	</service>
   </definitions>
  
  
  
  1.2       +3 -3      ws-axis/c/tests/auto_build/testcases/wsdls/RecurseTypes.wsdl
  
  Index: RecurseTypes.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/RecurseTypes.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RecurseTypes.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ RecurseTypes.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,14 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <definitions 
  -	targetNamespace="http://www.sample.com/RecurseTypes.wsdl"
  +	targetNamespace="http://recursetypes.test.apache.org"
   	xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" 
   	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  -	xmlns:tns="http://www.sample.com/RecurseTypes.wsdl" 
  +	xmlns:tns="http://recursetypes.test.apache.org" 
   	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
   	xmlns="http://schemas.xmlsoap.org/wsdl/">
   	<types>
   		<xsd:schema elementFormDefault="qualified"  
  -				targetNamespace="http://www.sample.com/RecurseTypes.wsdl" 
  +				targetNamespace="http://recursetypes.test.apache.org" 
   				xmlns="http://www.w3.org/2001/XMLSchema" 
   				>
   			<xsd:element name="getInput">
  
  
  
  1.2       +2 -2      ws-axis/c/tests/auto_build/testcases/wsdls/SimpleTypeArray.wsdl
  
  Index: SimpleTypeArray.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/SimpleTypeArray.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTypeArray.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ SimpleTypeArray.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<definitions targetNamespace="http://www.sample.com/SimpleTypeArray.wsdl" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sample.com/SimpleTypeArray.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  +<definitions targetNamespace="http://simpletypearray.test.apache.org" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://simpletypearray.test.apache.org" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
     <types>
  -    <xsd:schema targetNamespace="http://www.sample.com/SimpleTypeArray.wsdl" xmlns:tns="http://www.sample.com/SimpleTypeArray.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  +    <xsd:schema targetNamespace="http://simpletypearray.test.apache.org" xmlns:tns="http://simpletypearray.test.apache.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   
   			<xsd:element name="getInput">
   	 				<xsd:complexType>
  
  
  
  1.2       +2 -2      ws-axis/c/tests/auto_build/testcases/wsdls/SimpleTypeInnerUnbounded.wsdl
  
  Index: SimpleTypeInnerUnbounded.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/SimpleTypeInnerUnbounded.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTypeInnerUnbounded.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ SimpleTypeInnerUnbounded.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<definitions targetNamespace="http://www.sample.com/SimpleTypeInnerUnbounded.wsdl" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sample.com/SimpleTypeInnerUnbounded.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  +<definitions targetNamespace="http://simpletypeinnerunbounded.test.apache.org" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://simpletypeinnerunbounded.test.apache.org" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
   	<types>
  -		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.sample.com/SimpleTypeInnerUnbounded.wsdl" xmlns:tns="http://www.sample.com/SimpleTypeInnerUnbounded.wsdl">
  +		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://simpletypeinnerunbounded.test.apache.org" xmlns:tns="http://simpletypeinnerunbounded.test.apache.org">
   
   			<xsd:element name="getInput">
   			<xsd:complexType>
  
  
  
  1.2       +2 -2      ws-axis/c/tests/auto_build/testcases/wsdls/SimpleTypeInnerUnboundedInOutput.wsdl
  
  Index: SimpleTypeInnerUnboundedInOutput.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/wsdls/SimpleTypeInnerUnboundedInOutput.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTypeInnerUnboundedInOutput.wsdl	27 Aug 2004 12:08:16 -0000	1.1
  +++ SimpleTypeInnerUnboundedInOutput.wsdl	8 Sep 2004 11:03:54 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<definitions targetNamespace="http://www.sample.com/SimpleTypeInnerUnboundedInOutput.wsdl" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.sample.com/SimpleTypeInnerUnboundedInOutput.wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  +<definitions targetNamespace="http://simpletypeinnerunboundedinoutput.test.apache.org" xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://simpletypeinnerunboundedinoutput.test.apache.org" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
   	<types>
  -		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.sample.com/SimpleTypeInnerUnboundedInOutput.wsdl" xmlns:tns="http://www.sample.com/SimpleTypeInnerUnboundedInOutput.wsdl">
  +		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://simpletypeinnerunboundedinoutput.test.apache.org" xmlns:tns="http://simpletypeinnerunboundedinoutput.test.apache.org">
   
   			<xsd:element name="getInput">
   			<xsd:complexType>