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 da...@apache.org on 2004/05/27 13:17:49 UTC

cvs commit: ws-axis/c/samples/server/doclitfault MathOps_doclit.wsdl

damitha     2004/05/27 04:17:49

  Modified:    c/samples/server/doclitfault MathOps_doclit.wsdl
  Log:
  
  
  Revision  Changes    Path
  1.2       +6 -6      ws-axis/c/samples/server/doclitfault/MathOps_doclit.wsdl
  
  Index: MathOps_doclit.wsdl
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/doclitfault/MathOps_doclit.wsdl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MathOps_doclit.wsdl	27 May 2004 09:34:11 -0000	1.1
  +++ MathOps_doclit.wsdl	27 May 2004 11:17:49 -0000	1.2
  @@ -3,8 +3,8 @@
       xmlns:tns="http://soapinterop.org/wsdl"
       xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
       xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  -    xmlns:ns2="http://soapinterop.org/types"
  -    xmlns:ns3="http://soapinterop.org/types/part"
  +    xmlns:ns2="http://localhost/axis/MathOps/types"
  +    xmlns:ns3="http://localhost/axis/MathOps/types/part"
       targetNamespace="http://soapinterop.org/wsdl">
       <types>
           <schema xmlns="http://www.w3.org/2001/XMLSchema"
  @@ -12,8 +12,8 @@
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/"
               xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  -            xmlns:tns="http://soapinterop.org/types"
  -            targetNamespace="http://soapinterop.org/types">
  +            xmlns:tns="http://localhost/axis/MathOps/types"
  +            targetNamespace="http://localhost/axis/MathOps/types">
               <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
               <complexType name="DivByZeroFault">
                   <sequence>
  @@ -28,8 +28,8 @@
          </schema>
          <schema 
               xmlns="http://www.w3.org/2001/XMLSchema"
  -            xmlns:tns="http://soapinterop.org/types/part"
  -            targetNamespace="http://soapinterop.org/types/part">
  +            xmlns:tns="http://localhost/axis/MathOps/types/part"
  +            targetNamespace="http://localhost/axis/MathOps/types/part">
               <element name="DivByZeroFaultPart" type="ns2:DivByZeroFault"/>
           </schema>