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 2005/03/18 12:00:44 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/tests/server SimpleTypeInnerUnboundedInOutput.xml

sanjaya     2005/03/18 03:00:44

  Modified:    c/tests/auto_build/testcases/tests/server
                        SimpleTypeInnerUnboundedInOutput.xml
  Log:
  corrected wrong wsdl and service name
  
  Revision  Changes    Path
  1.2       +4 -4      ws-axis/c/tests/auto_build/testcases/tests/server/SimpleTypeInnerUnboundedInOutput.xml
  
  Index: SimpleTypeInnerUnboundedInOutput.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/server/SimpleTypeInnerUnboundedInOutput.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleTypeInnerUnboundedInOutput.xml	18 Mar 2005 10:36:33 -0000	1.1
  +++ SimpleTypeInnerUnboundedInOutput.xml	18 Mar 2005 11:00:44 -0000	1.2
  @@ -1,8 +1,8 @@
   <service>
  -    <name>SimpleTypeInnerUnboundedInputOutput</name>
  -    <description>SimpleTypeInnerUnboundedInputOutput service</description>
  +    <name>SimpleTypeInnerUnboundedInOutput</name>
  +    <description>SimpleTypeInnerUnboundedInOutput service</description>
       <serviceLang>cpp</serviceLang>
  -    <serviceCode>SimpleTypeInnerUnboundedInputOutputWS.cpp</serviceCode>
  -    <wsdl>SimpleTypeInnerUnboundedInputOutput.wsdl</wsdl>
  +    <serviceCode>SimpleTypeInnerUnboundedInOutputWS.cpp</serviceCode>
  +    <wsdl>SimpleTypeInnerUnboundedInOutput.wsdl</wsdl>
   	<servicename></servicename>
   </service>