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 rk...@apache.org on 2001/10/20 11:02:04 UTC

cvs commit: xml-axis/java/test/inout InoutSOAPBindingImpl.java inout.wsdl

rkumar      01/10/20 02:02:04

  Modified:    java/test/inout InoutSOAPBindingImpl.java inout.wsdl
  Log:
  share same namespace between targetnamespace in document and schema
  
  Revision  Changes    Path
  1.6       +0 -1      xml-axis/java/test/inout/InoutSOAPBindingImpl.java
  
  Index: InoutSOAPBindingImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/inout/InoutSOAPBindingImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- InoutSOAPBindingImpl.java	2001/10/19 12:59:16	1.5
  +++ InoutSOAPBindingImpl.java	2001/10/20 09:02:04	1.6
  @@ -1,6 +1,5 @@
   package test.inout;
   
  -import test.inout.xml_soap_address_demo.*;
   import javax.xml.rpc.holders.StringHolder;
   
   public class InoutSOAPBindingImpl implements Inout
  
  
  
  1.4       +2 -2      xml-axis/java/test/inout/inout.wsdl
  
  Index: inout.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/inout/inout.wsdl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- inout.wsdl	2001/10/19 18:18:00	1.3
  +++ inout.wsdl	2001/10/20 09:02:04	1.4
  @@ -3,14 +3,14 @@
   <definitions name="http://www.ibm.com/inout"
                targetNamespace="http://www.ibm.com/inout"
   	         xmlns:tns="http://www.ibm.com/inout"
  -             xmlns:typens="urn:xml-soap-address-demo"
  +             xmlns:typens="http://www.ibm.com/inout"
                xmlns:xsd="http://www.w3.org/1999/XMLSchema"
                xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                xmlns="http://schemas.xmlsoap.org/wsdl/">
   
     <!-- type defs -->
     <types>
  -    <xsd:schema targetNamespace="urn:xml-soap-address-demo"
  +    <xsd:schema targetNamespace="http://www.ibm.com/inout"
                   xmlns:xsd="http://www.w3.org/1999/XMLSchema">
         <xsd:complexType name="phone">
           <xsd:all>