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/14 07:29:24 UTC

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

sanjaya     2005/03/13 22:29:24

  Added:       c/tests/auto_build/testcases/tests/server Calculator.xml
                        AxisBench.xml
  Log:
  xml files to deploy Axis c++ services
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/tests/server/Calculator.xml
  
  Index: Calculator.xml
  ===================================================================
  <service>
      <name>Calculator</name>
      <description>Calculator</description>
      <serviceLang>cpp</serviceLang>
      <serviceCode>Calculator.cpp</serviceCode>
      <wsdl>Calculator.wsdl</wsdl>
  	<servicename></servicename>
  </service>
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/tests/server/AxisBench.xml
  
  Index: AxisBench.xml
  ===================================================================
  <service>
      <name>AxisBench</name>
      <description>AxisBench Service</description>
      <serviceLang>cpp</serviceLang>
      <serviceCode>AxisBench.cpp</serviceCode>
      <wsdl>AxisBench.wsdl</wsdl>
  	<servicename></servicename>
  </service>