Author: midon
Date: Tue Jul  1 17:03:16 2008
New Revision: 673237

URL: http://svn.apache.org/viewvc?rev=673237&view=rev
Log:
change namespace

Modified:
    ode/trunk/axis2-war/src/test/resources/TestHttpBinding/Arithmetics.wsdl
    ode/trunk/axis2-war/src/test/resources/TestHttpBinding/deploy.xml
    
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.bpel
    
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl

Modified: 
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/Arithmetics.wsdl
URL: 
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/resources/TestHttpBinding/Arithmetics.wsdl?rev=673237&r1=673236&r2=673237&view=diff
==============================================================================
--- ode/trunk/axis2-war/src/test/resources/TestHttpBinding/Arithmetics.wsdl 
(original)
+++ ode/trunk/axis2-war/src/test/resources/TestHttpBinding/Arithmetics.wsdl Tue 
Jul  1 17:03:16 2008
@@ -22,15 +22,15 @@
         xmlns="http://schemas.xmlsoap.org/wsdl/";
         xmlns:http="http://schemas.xmlsoap.org/wsdl/http/";
         xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";
-        xmlns:tns="http://ode/bpel/arithmetics";
+        xmlns:tns="http://ode/bpel/test/arithmetics";
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
         xmlns:xsd="http://www.w3.org/2001/XMLSchema";
         xmlns:odex="http://www.apache.org/ode/type/extension/http";
-        targetNamespace="http://ode/bpel/arithmetics";>
+        targetNamespace="http://ode/bpel/test/arithmetics";>
 
 
     <wsdl:types>
-        <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://ode/bpel/arithmetics";>
+        <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
targetNamespace="http://ode/bpel/test/arithmetics";>
             <xsd:complexType name="operandListType">
                 <xsd:sequence>
                     <xsd:element name="operand" type="xsd:string" 
maxOccurs="unbounded" minOccurs="2"/>

Modified: ode/trunk/axis2-war/src/test/resources/TestHttpBinding/deploy.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/resources/TestHttpBinding/deploy.xml?rev=673237&r1=673236&r2=673237&view=diff
==============================================================================
--- ode/trunk/axis2-war/src/test/resources/TestHttpBinding/deploy.xml (original)
+++ ode/trunk/axis2-war/src/test/resources/TestHttpBinding/deploy.xml Tue Jul  
1 17:03:16 2008
@@ -19,7 +19,7 @@
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03";
        xmlns:pns="http://ode/bpel/unit-test"; 
        xmlns:wns="http://ode/bpel/unit-test.wsdl";
-    xmlns:dns="http://ode/bpel/arithmetics";>
+    xmlns:dns="http://ode/bpel/test/arithmetics";>
 
 
        <process name="pns:HttpBindingTest">

Modified: 
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.bpel
URL: 
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.bpel?rev=673237&r1=673236&r2=673237&view=diff
==============================================================================
--- 
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.bpel 
(original)
+++ 
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.bpel 
Tue Jul  1 17:03:16 2008
@@ -22,7 +22,7 @@
          xmlns:tns="http://ode/bpel/unit-test";
          xmlns:xsd="http://www.w3.org/2001/XMLSchema";
          xmlns:test="http://ode/bpel/unit-test.wsdl";
-         xmlns:dummy="http://ode/bpel/arithmetics";
+         xmlns:dummy="http://ode/bpel/test/arithmetics";
          queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
          expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
 

Modified: 
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl
URL: 
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl?rev=673237&r1=673236&r2=673237&view=diff
==============================================================================
--- 
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl 
(original)
+++ 
ode/trunk/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl 
Tue Jul  1 17:03:16 2008
@@ -25,7 +25,7 @@
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
     xmlns:xsd="http://www.w3.org/2001/XMLSchema";
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
-    xmlns:dummy="http://ode/bpel/arithmetics";
+    xmlns:dummy="http://ode/bpel/test/arithmetics";
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype";>
 
     <wsdl:import namespace="http://axis2.ode.apache.org";


Reply via email to