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 cd...@apache.org on 2005/06/02 13:51:39 UTC

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

cdinapala    2005/06/02 04:51:39

  Modified:    c/deploy/wsdls groupB.wsdl
  Log:
  Did some modifications for groupB.wsdl file to solve an issue AXISCPP-608.
  
  Revision  Changes    Path
  1.4       +6 -7      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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- groupB.wsdl	23 Mar 2005 15:44:53 -0000	1.3
  +++ groupB.wsdl	2 Jun 2005 11:51:39 -0000	1.4
  @@ -46,27 +46,27 @@
   				</complexContent>
   			</complexType>
   			<complexType name="SOAPStruct">
  -				<all>
  +				<sequence>
   					<element name="varString" type="string"/>
   					<element name="varInt" type="int"/>
   					<element name="varFloat" type="float"/>
  -				</all>
  +				</sequence>
   			</complexType>
   			<complexType name="SOAPStructStruct">
  -				<all>
  +				<sequence>
   					<element name="varString" type="string"/>
   					<element name="varInt" type="int"/>
   					<element name="varFloat" type="float"/>
   					<element name="varStruct" type="s:SOAPStruct"/>
  -				</all>
  +				</sequence>
   			</complexType>
   			<complexType name="SOAPArrayStruct">
  -				<all>
  +				<sequence>
   					<element name="varString" type="string"/>
   					<element name="varInt" type="int"/>
   					<element name="varFloat" type="float"/>
   					<element name="varArray" type="s:ArrayOfstring"/>
  -				</all>
  +				</sequence>
   			</complexType>
   		</schema>
   	</types>
  @@ -75,7 +75,6 @@
   		<part name="inputStruct" type="s:SOAPStruct"/>
   	</message>
   	<message name="echoStructAsSimpleTypesResponse">
  -		<part name="outputString" type="xsd:string"/>
   		<part name="outputInteger" type="xsd:int"/>
   		<part name="outputFloat" type="xsd:float"/>
   	</message>