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 da...@apache.org on 2004/06/24 11:25:46 UTC

cvs commit: ws-axis/c/tests/client/fault_mapping README

damitha     2004/06/24 02:25:46

  Modified:    c/tests/client/fault_mapping README
  Log:
  
  
  Revision  Changes    Path
  1.2       +25 -2     ws-axis/c/tests/client/fault_mapping/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/fault_mapping/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	24 Jun 2004 08:55:00 -0000	1.1
  +++ README	24 Jun 2004 09:25:46 -0000	1.2
  @@ -1,5 +1,28 @@
  -   This class is used to demonstrate fault mapping
  -   testing. Here I have generated the stuff using MathOps.wsdl. This wsdl
  +/*
  + *   Copyright 2003-2004 The Apache Software Foundation.
  + *
  + *   Licensed under the Apache License, Version 2.0 (the "License");
  + *   you may not use this file except in compliance with the License.
  + *   You may obtain a copy of the License at
  + *
  + *       http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *   Unless required by applicable law or agreed to in writing, software
  + *   distributed under the License is distributed on an "AS IS" BASIS,
  + *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *   See the License for the specific language governing permissions and
  + *   limitations under the License.
  + *
  + *
  + *   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
  + *
  + */   
  +
  +   This README explains the test case of testing the Axis C++ fault mapping.
  +   It is recommended that you also read the README file of
  +   $AXISCPP_HOME/tests/server/exceptionTest/README
  +   
  +   Here I have generated the stuff using FaultMapping.wsdl. This wsdl
      simply have several complex types. One such type is DivByZeroStruct which 
      consists of three simple types(xsd:int,* xsd:foat and xsd:string). 
      For portType operation "div" we have a fault named