You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by ru...@locus.apache.org on 2000/06/01 18:56:47 UTC

cvs commit: xml-soap/java/src/org/apache/soap Constants.java

rubys       00/06/01 09:56:46

  Modified:    java/samples/addressbook DeploymentDescriptor.xml
               java/samples/calculator DeploymentDescriptor.xml
               java/samples/stockquote DeploymentDescriptor.xml
               java/src/org/apache/soap Constants.java
  Log:
  Change namespaces from IBM to apache
  
  Revision  Changes    Path
  1.4       +1 -1      xml-soap/java/samples/addressbook/DeploymentDescriptor.xml
  
  Index: DeploymentDescriptor.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/samples/addressbook/DeploymentDescriptor.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentDescriptor.xml	2000/06/01 16:39:25	1.3
  +++ DeploymentDescriptor.xml	2000/06/01 16:56:43	1.4
  @@ -1,4 +1,4 @@
  -<isd:service xmlns:isd="http://xml.apache.org/namespaces/xml-soap/deployment"
  +<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
                id="urn:AddressFetcher">
     <isd:provider type="java"
                   scope="Application"
  
  
  
  1.2       +1 -1      xml-soap/java/samples/calculator/DeploymentDescriptor.xml
  
  Index: DeploymentDescriptor.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/samples/calculator/DeploymentDescriptor.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DeploymentDescriptor.xml	2000/05/22 00:03:51	1.1
  +++ DeploymentDescriptor.xml	2000/06/01 16:56:44	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<isd:service xmlns:isd="http://www.ibm.com/namespaces/ibm-soap/deployment"
  +<isd:service xmlns:isd="http://www.ibm.com/ibm-soap/deployment"
                id="urn:ibm-soap-demo-calculator">
     <isd:provider type="script"
                   scope="Application" 
  
  
  
  1.4       +1 -1      xml-soap/java/samples/stockquote/DeploymentDescriptor.xml
  
  Index: DeploymentDescriptor.xml
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/samples/stockquote/DeploymentDescriptor.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DeploymentDescriptor.xml	2000/06/01 16:39:25	1.3
  +++ DeploymentDescriptor.xml	2000/06/01 16:56:45	1.4
  @@ -1,4 +1,4 @@
  -<isd:service xmlns:isd="http://xml.apache.org/namespaces/xml-soap/deployment"
  +<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
                id="urn:i3solutions-delayed-quotes">
     <isd:provider type="java"
                   scope="Application"
  
  
  
  1.3       +3 -5      xml-soap/java/src/org/apache/soap/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/xml-soap/java/src/org/apache/soap/Constants.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Constants.java	2000/05/30 10:23:50	1.2
  +++ Constants.java	2000/06/01 16:56:46	1.3
  @@ -87,13 +87,11 @@
     public static String NS_URI_SCHEMA_XSD =
       "http://www.w3.org/1999/XMLSchema/";
     public static String NS_URI_IBM_SOAP = 
  -    "http://www.ibm.com/namespaces/ibm-soap";
  +    "http://xml.apache.org/xml-soap";
     public static String NS_URI_IBM_DEPLOYMENT = 
  -    "http://www.ibm.com/namespaces/ibm-soap/deployment";
  +    "http://xml.apache.org/xml-soap/deployment";
     public static String NS_URI_LITERAL_XML = 
  -    "http://www.ibm.com/namespaces/ibm-soap/literalxml";
  -  public static String NS_URI_BML_ENC = 
  -    "http://www.ibm.com/namespaces/bml";
  +    "http://xml.apache.org/xml-soap/literalxml";
     public static String NS_URI_XMI_ENC = 
       "http://www.ibm.com/namespaces/xmi";