You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2004/08/12 16:03:48 UTC

cvs commit: ws-axis/c/deploy/wsdls groupB.wsdl base.wsdl

sanjaya     2004/08/12 07:03:48

  Modified:    c/deploy/wsdls groupB.wsdl base.wsdl
  Log:
  changed the service name plus SOAPAction from the binding section so
  that the they conform with the service name in server.wsdd in the
  deploy folder of CVS
  
  Revision  Changes    Path
  1.2       +6 -6      ws-axis/c/deploy/wsdls/groupB.wsdl
  
  Index: groupB.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/wsdls/groupB.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- groupB.wsdl	9 Apr 2004 13:40:29 -0000	1.1
  +++ groupB.wsdl	12 Aug 2004 14:03:47 -0000	1.2
  @@ -108,7 +108,7 @@
   	<binding name="InteropTestSoapBindingB" type="tns:InteropTestPortTypeB">
   		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
   		<operation name="echoStructAsSimpleTypes">
  -			<soap:operation soapAction="InteropGroupB#echoStructAsSimpleTypes"/>
  +			<soap:operation soapAction="groupB#echoStructAsSimpleTypes"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -117,7 +117,7 @@
   			</output>
   		</operation>
   		<operation name="echoSimpleTypesAsStruct">
  -			<soap:operation soapAction="InteropGroupB#echoSimpleTypesAsStruct"/>
  +			<soap:operation soapAction="groupB#echoSimpleTypesAsStruct"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -126,7 +126,7 @@
   			</output>
   		</operation>
   		<operation name="echoNestedStruct">
  -			<soap:operation soapAction="InteropGroupB#echoNestedStruct"/>
  +			<soap:operation soapAction="groupB#echoNestedStruct"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -135,7 +135,7 @@
   			</output>
   		</operation>
   		<operation name="echoNestedArray">
  -			<soap:operation soapAction="InteropGroupB#echoNestedArray"/>
  +			<soap:operation soapAction="groupB#echoNestedArray"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -144,9 +144,9 @@
   			</output>
   		</operation>
   	</binding>
  - 	<service name="InteropGroupB">
  + 	<service name="groupB">
       		<port binding="tns:InteropTestSoapBindingB" name="InteropGroupBTest">
  -      		<soap:address location="http://localhost/axis/InteropGroupB"/>
  +      		<soap:address location="http://localhost/axis/groupB"/>
       		</port>
     	</service>
   </definitions>
  
  
  
  1.2       +16 -16    ws-axis/c/deploy/wsdls/base.wsdl
  
  Index: base.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/deploy/wsdls/base.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- base.wsdl	9 Apr 2004 13:40:29 -0000	1.1
  +++ base.wsdl	12 Aug 2004 14:03:47 -0000	1.2
  @@ -185,7 +185,7 @@
   	<binding name="InteropTestSoapBinding" type="tns:InteropTestPortType">
   		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
   		<operation name="echoString">
  -			<soap:operation soapAction="InteropBase#echoString"/>
  +			<soap:operation soapAction="base#echoString"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -194,7 +194,7 @@
   			</output>
   		</operation>
   		<operation name="echoStringArray">
  -			<soap:operation soapAction="InteropBase#echoStringArray"/>
  +			<soap:operation soapAction="base#echoStringArray"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -203,7 +203,7 @@
   			</output>
   		</operation>
   		<operation name="echoInteger">
  -			<soap:operation soapAction="InteropBase#echoInteger"/>
  +			<soap:operation soapAction="base#echoInteger"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -212,7 +212,7 @@
   			</output>
   		</operation>
   		<operation name="echoIntegerArray">
  -			<soap:operation soapAction="InteropBase#echoIntegerArray"/>
  +			<soap:operation soapAction="base#echoIntegerArray"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -221,7 +221,7 @@
   			</output>
   		</operation>
   		<operation name="echoFloat">
  -			<soap:operation soapAction="InteropBase#echoFloat"/>
  +			<soap:operation soapAction="base#echoFloat"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -230,7 +230,7 @@
   			</output>
   		</operation>
   		<operation name="echoFloatArray">
  -			<soap:operation soapAction="InteropBase#echoFloatArray"/>
  +			<soap:operation soapAction="base#echoFloatArray"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -239,7 +239,7 @@
   			</output>
   		</operation>
   		<operation name="echoStruct">
  -			<soap:operation soapAction="InteropBase#echoStruct"/>
  +			<soap:operation soapAction="base#echoStruct"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -248,7 +248,7 @@
   			</output>
   		</operation>
   		<operation name="echoStructArray">
  -			<soap:operation soapAction="InteropBase#echoStructArray"/>
  +			<soap:operation soapAction="base#echoStructArray"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -257,7 +257,7 @@
   			</output>
   		</operation>
   		<operation name="echoVoid">
  -			<soap:operation soapAction="InteropBase#echoVoid"/>
  +			<soap:operation soapAction="base#echoVoid"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -266,7 +266,7 @@
   			</output>
   		</operation>
   		<operation name="echoBase64">
  -			<soap:operation soapAction="InteropBase#echoBase64"/>
  +			<soap:operation soapAction="base#echoBase64"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -275,7 +275,7 @@
   			</output>
   		</operation>
   		<operation name="echoDate">
  -			<soap:operation soapAction="InteropBase#echoDate"/>
  +			<soap:operation soapAction="base#echoDate"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -284,7 +284,7 @@
   			</output>
   		</operation>
   		<operation name="echoHexBinary">
  -			<soap:operation soapAction="InteropBase#echoHexBinary"/>
  +			<soap:operation soapAction="base#echoHexBinary"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -293,7 +293,7 @@
   			</output>
   		</operation>
   		<operation name="echoDecimal">
  -			<soap:operation soapAction="InteropBase#echoDecimal"/>
  +			<soap:operation soapAction="base#echoDecimal"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -302,7 +302,7 @@
   			</output>
   		</operation>
   		<operation name="echoBoolean">
  -			<soap:operation soapAction="InteropBase#echoBoolean"/>
  +			<soap:operation soapAction="base#echoBoolean"/>
   			<input>
   				<soap:body use="encoded" namespace="http://soapinterop.org/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   			</input>
  @@ -311,9 +311,9 @@
   			</output>
   		</operation>
   	</binding>
  - 	<service name="InteropBase">
  + 	<service name="base">
       		<port binding="tns:InteropTestSoapBinding" name="InteropBaseTest">
  -      		<soap:address location="http://localhost/axis/InteropBase"/>
  +      		<soap:address location="http://localhost/axis/base"/>
       		</port>
     	</service>
   </definitions>