You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mi...@apache.org on 2009/02/17 23:06:26 UTC

svn commit: r745271 [8/19] - in /ode/branches/APACHE_ODE_1.X: ./ axis2-war/src/main/webapp/ axis2-war/src/main/webapp/WEB-INF/ axis2-war/src/main/webapp/WEB-INF/classes/ axis2-war/src/main/webapp/WEB-INF/conf.hib-derby/ axis2-war/src/main/webapp/WEB-IN...

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/TimeService.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/TimeService.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/TimeService.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/TimeService.wsdl Tue Feb 17 22:06:18 2009
@@ -1,85 +1,85 @@
-<?xml version="1.0" encoding="utf-8"?>
-<wsdl:definitions
-	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-	xmlns:tns="http://ws.intalio.com/TimeService/"
-	xmlns:s="http://www.w3.org/2001/XMLSchema"
-	xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
-	targetNamespace="http://ws.intalio.com/TimeService/"
-	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
-  <wsdl:types>
-    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.intalio.com/TimeService/">
-      <s:element name="getUTCTime" type="s:string" />
-      <s:element name="getUTCTimeResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="getUTCTimeResult" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="getCityTime">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="getCityTimeResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="getCityTimeResult" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-    </s:schema>
-  </wsdl:types>
-  <wsdl:message name="getUTCTimeSoapIn">
-    <wsdl:part name="parameters" element="tns:getUTCTime" />
-  </wsdl:message>
-  <wsdl:message name="getUTCTimeSoapOut">
-    <wsdl:part name="parameters" element="tns:getUTCTimeResponse" />
-  </wsdl:message>
-  <wsdl:message name="getCityTimeSoapIn">
-    <wsdl:part name="parameters" element="tns:getCityTime" />
-  </wsdl:message>
-  <wsdl:message name="getCityTimeSoapOut">
-    <wsdl:part name="parameters" element="tns:getCityTimeResponse" />
-  </wsdl:message>
-  <wsdl:portType name="TimeServiceSoap">
-    <wsdl:operation name="getUTCTime">
-      <wsdl:input message="tns:getUTCTimeSoapIn" />
-      <wsdl:output message="tns:getUTCTimeSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="getCityTime">
-      <wsdl:input message="tns:getCityTimeSoapIn" />
-      <wsdl:output message="tns:getCityTimeSoapOut" />
-    </wsdl:operation>
-  </wsdl:portType>
-  <wsdl:binding name="TimeServiceSoap" type="tns:TimeServiceSoap">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
-    <wsdl:operation name="getUTCTime">
-      <soap:operation soapAction="http://ws.intalio.com/TimeService/getUTCTime" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="getCityTime">
-      <soap:operation soapAction="http://ws.intalio.com/TimeService/getCityTime" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-  </wsdl:binding>
-  <wsdl:service name="TimeService">
-    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
-    <wsdl:port name="TimeServiceSoap" binding="tns:TimeServiceSoap">
-      <soap:address location="http://ws.intalio.com/TimeService/" />
-    </wsdl:port>
-  </wsdl:service>
+<?xml version="1.0" encoding="utf-8"?>
+<wsdl:definitions
+    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
+    xmlns:tns="http://ws.intalio.com/TimeService/"
+    xmlns:s="http://www.w3.org/2001/XMLSchema"
+    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
+    targetNamespace="http://ws.intalio.com/TimeService/"
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
+  <wsdl:types>
+    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.intalio.com/TimeService/">
+      <s:element name="getUTCTime" type="s:string" />
+      <s:element name="getUTCTimeResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="getUTCTimeResult" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getCityTime">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getCityTimeResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="getCityTimeResult" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+    </s:schema>
+  </wsdl:types>
+  <wsdl:message name="getUTCTimeSoapIn">
+    <wsdl:part name="parameters" element="tns:getUTCTime" />
+  </wsdl:message>
+  <wsdl:message name="getUTCTimeSoapOut">
+    <wsdl:part name="parameters" element="tns:getUTCTimeResponse" />
+  </wsdl:message>
+  <wsdl:message name="getCityTimeSoapIn">
+    <wsdl:part name="parameters" element="tns:getCityTime" />
+  </wsdl:message>
+  <wsdl:message name="getCityTimeSoapOut">
+    <wsdl:part name="parameters" element="tns:getCityTimeResponse" />
+  </wsdl:message>
+  <wsdl:portType name="TimeServiceSoap">
+    <wsdl:operation name="getUTCTime">
+      <wsdl:input message="tns:getUTCTimeSoapIn" />
+      <wsdl:output message="tns:getUTCTimeSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="getCityTime">
+      <wsdl:input message="tns:getCityTimeSoapIn" />
+      <wsdl:output message="tns:getCityTimeSoapOut" />
+    </wsdl:operation>
+  </wsdl:portType>
+  <wsdl:binding name="TimeServiceSoap" type="tns:TimeServiceSoap">
+    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
+    <wsdl:operation name="getUTCTime">
+      <soap:operation soapAction="http://ws.intalio.com/TimeService/getUTCTime" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getCityTime">
+      <soap:operation soapAction="http://ws.intalio.com/TimeService/getCityTime" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+  </wsdl:binding>
+  <wsdl:service name="TimeService">
+    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
+    <wsdl:port name="TimeServiceSoap" binding="tns:TimeServiceSoap">
+      <soap:address location="http://ws.intalio.com/TimeService/" />
+    </wsdl:port>
+  </wsdl:service>
 </wsdl:definitions>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/deploy.xml Tue Feb 17 22:06:18 2009
@@ -1,23 +1,23 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <dd:deploy xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd">
-	<dd:process xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd"
-		xmlns:Client="http://example.com/FirstProcess/Client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		xmlns:diag="http://example.com/FirstProcess" xmlns:TimeService="http://ws.intalio.com/TimeService/"
-		xmlns:TimeServer="http://example.com/FirstProcess/TimeServer"
-		xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-		xmlns:this="http://example.com/FirstProcess/FirstProcess" name="this:FirstProcess"
-		fileName="FirstProcess-FirstProcess.bpel">
-		<dd:property name="PATH">FirstProcess</dd:property>
-		<dd:property name="SVG">FirstProcess.svg
-		</dd:property>
-		<dd:provide partnerLink="firstProcessAndClientPlkVar">
-			<dd:service name="this:CanonicServiceForClient" port="canonicPort"></dd:service>
-		</dd:provide>
-		<dd:invoke partnerLink="timeServerAndFirstProcessForPortTimeServiceSoapPlkVar">
-			<dd:service name="TimeService:TimeService" port="TimeServiceSoap"></dd:service>
-		</dd:invoke>		
-		<dd:cleanup on="always">
-			<dd:category>messages</dd:category>
-		</dd:cleanup>
-	</dd:process>
+    <dd:process xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd"
+        xmlns:Client="http://example.com/FirstProcess/Client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xmlns:diag="http://example.com/FirstProcess" xmlns:TimeService="http://ws.intalio.com/TimeService/"
+        xmlns:TimeServer="http://example.com/FirstProcess/TimeServer"
+        xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+        xmlns:this="http://example.com/FirstProcess/FirstProcess" name="this:FirstProcess"
+        fileName="FirstProcess-FirstProcess.bpel">
+        <dd:property name="PATH">FirstProcess</dd:property>
+        <dd:property name="SVG">FirstProcess.svg
+        </dd:property>
+        <dd:provide partnerLink="firstProcessAndClientPlkVar">
+            <dd:service name="this:CanonicServiceForClient" port="canonicPort"></dd:service>
+        </dd:provide>
+        <dd:invoke partnerLink="timeServerAndFirstProcessForPortTimeServiceSoapPlkVar">
+            <dd:service name="TimeService:TimeService" port="TimeServiceSoap"></dd:service>
+        </dd:invoke>        
+        <dd:cleanup on="always">
+            <dd:category>messages</dd:category>
+        </dd:cleanup>
+    </dd:process>
 </dd:deploy>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/testRequest.soap
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/testRequest.soap?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/testRequest.soap (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Messages/testRequest.soap Tue Feb 17 22:06:18 2009
@@ -22,7 +22,7 @@
   <!-- test soap message -->
   <SOAP-ENV:Body>
     <TimeRequest xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsi-wsdl="http://www.intalio.com/BPMS/wsi/wsdl" xmlns:wsi-xf="http://www.intalio.com/BPMS/wsi/xforms" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ns0="http://bpms.intalio.com/FirstProcess/Time" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns="http://bpms.intalio.com/FirstProcess/Time">                   
-    	<city>New York</city>                 
-	</TimeRequest>  
+        <city>New York</city>                 
+    </TimeRequest>  
   </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/GetTime.xsd
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/GetTime.xsd?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/GetTime.xsd (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/GetTime.xsd Tue Feb 17 22:06:18 2009
@@ -1,26 +1,26 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema targetNamespace="http://bpms.intalio.com/FirstProcess/Time" 
-           xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" 
-           xmlns:xs="http://www.w3.org/2001/XMLSchema" 
-           elementFormDefault="qualified">
-
-
-	<xs:element name="TimeRequest">
-		<xs:complexType>
-			<xs:sequence>
-				<xs:element name="city" type="xs:string"/>
-  	     	</xs:sequence>
-		</xs:complexType>
-	</xs:element>
-	
-	<xs:element name="TimeResponse">
-		<xs:complexType>
-			<xs:sequence>
-				<xs:element name="UTCTime" type="xs:string"/>
-				<xs:element name="cityTime" type="xs:string"/>
-  	     	</xs:sequence>
-		</xs:complexType>
-	</xs:element>
-	
-</xs:schema>
-
+<?xml version="1.0" encoding="utf-8"?>
+<xs:schema targetNamespace="http://bpms.intalio.com/FirstProcess/Time" 
+           xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" 
+           xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+           elementFormDefault="qualified">
+
+
+    <xs:element name="TimeRequest">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="city" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    
+    <xs:element name="TimeResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="UTCTime" type="xs:string"/>
+                <xs:element name="cityTime" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    
+</xs:schema>
+

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/TimeService.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/TimeService.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/TimeService.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/TimeService.wsdl Tue Feb 17 22:06:18 2009
@@ -1,85 +1,85 @@
-<?xml version="1.0" encoding="utf-8"?>
-<wsdl:definitions
-	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-	xmlns:tns="http://ws.intalio.com/TimeService/"
-	xmlns:s="http://www.w3.org/2001/XMLSchema"
-	xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
-	targetNamespace="http://ws.intalio.com/TimeService/"
-	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
-  <wsdl:types>
-    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.intalio.com/TimeService/">
-      <s:element name="getUTCTime" type="s:string" />
-      <s:element name="getUTCTimeResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="getUTCTimeResult" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="getCityTime">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="getCityTimeResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="getCityTimeResult" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-    </s:schema>
-  </wsdl:types>
-  <wsdl:message name="getUTCTimeSoapIn">
-    <wsdl:part name="parameters" element="tns:getUTCTime" />
-  </wsdl:message>
-  <wsdl:message name="getUTCTimeSoapOut">
-    <wsdl:part name="parameters" element="tns:getUTCTimeResponse" />
-  </wsdl:message>
-  <wsdl:message name="getCityTimeSoapIn">
-    <wsdl:part name="parameters" element="tns:getCityTime" />
-  </wsdl:message>
-  <wsdl:message name="getCityTimeSoapOut">
-    <wsdl:part name="parameters" element="tns:getCityTimeResponse" />
-  </wsdl:message>
-  <wsdl:portType name="TimeServiceSoap">
-    <wsdl:operation name="getUTCTime">
-      <wsdl:input message="tns:getUTCTimeSoapIn" />
-      <wsdl:output message="tns:getUTCTimeSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="getCityTime">
-      <wsdl:input message="tns:getCityTimeSoapIn" />
-      <wsdl:output message="tns:getCityTimeSoapOut" />
-    </wsdl:operation>
-  </wsdl:portType>
-  <wsdl:binding name="TimeServiceSoap" type="tns:TimeServiceSoap">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
-    <wsdl:operation name="getUTCTime">
-      <soap:operation soapAction="http://ws.intalio.com/TimeService/getUTCTime" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="getCityTime">
-      <soap:operation soapAction="http://ws.intalio.com/TimeService/getCityTime" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-  </wsdl:binding>
-  <wsdl:service name="TimeService">
-    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
-    <wsdl:port name="TimeServiceSoap" binding="tns:TimeServiceSoap">
-      <soap:address location="http://ws.intalio.com/TimeService/" />
-    </wsdl:port>
-  </wsdl:service>
+<?xml version="1.0" encoding="utf-8"?>
+<wsdl:definitions
+    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
+    xmlns:tns="http://ws.intalio.com/TimeService/"
+    xmlns:s="http://www.w3.org/2001/XMLSchema"
+    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
+    targetNamespace="http://ws.intalio.com/TimeService/"
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
+  <wsdl:types>
+    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.intalio.com/TimeService/">
+      <s:element name="getUTCTime" type="s:string" />
+      <s:element name="getUTCTimeResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="getUTCTimeResult" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getCityTime">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getCityTimeResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="getCityTimeResult" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+    </s:schema>
+  </wsdl:types>
+  <wsdl:message name="getUTCTimeSoapIn">
+    <wsdl:part name="parameters" element="tns:getUTCTime" />
+  </wsdl:message>
+  <wsdl:message name="getUTCTimeSoapOut">
+    <wsdl:part name="parameters" element="tns:getUTCTimeResponse" />
+  </wsdl:message>
+  <wsdl:message name="getCityTimeSoapIn">
+    <wsdl:part name="parameters" element="tns:getCityTime" />
+  </wsdl:message>
+  <wsdl:message name="getCityTimeSoapOut">
+    <wsdl:part name="parameters" element="tns:getCityTimeResponse" />
+  </wsdl:message>
+  <wsdl:portType name="TimeServiceSoap">
+    <wsdl:operation name="getUTCTime">
+      <wsdl:input message="tns:getUTCTimeSoapIn" />
+      <wsdl:output message="tns:getUTCTimeSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="getCityTime">
+      <wsdl:input message="tns:getCityTimeSoapIn" />
+      <wsdl:output message="tns:getCityTimeSoapOut" />
+    </wsdl:operation>
+  </wsdl:portType>
+  <wsdl:binding name="TimeServiceSoap" type="tns:TimeServiceSoap">
+    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
+    <wsdl:operation name="getUTCTime">
+      <soap:operation soapAction="http://ws.intalio.com/TimeService/getUTCTime" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getCityTime">
+      <soap:operation soapAction="http://ws.intalio.com/TimeService/getCityTime" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+  </wsdl:binding>
+  <wsdl:service name="TimeService">
+    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
+    <wsdl:port name="TimeServiceSoap" binding="tns:TimeServiceSoap">
+      <soap:address location="http://ws.intalio.com/TimeService/" />
+    </wsdl:port>
+  </wsdl:service>
 </wsdl:definitions>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/deploy.xml Tue Feb 17 22:06:18 2009
@@ -1,20 +1,20 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <dd:deploy xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd">
-	<dd:process xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd"
-		xmlns:Client="http://example.com/FirstProcess/Client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		xmlns:diag="http://example.com/FirstProcess" xmlns:TimeService="http://ws.intalio.com/TimeService/"
-		xmlns:TimeServer="http://example.com/FirstProcess/TimeServer"
-		xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-		xmlns:this="http://example.com/FirstProcess/FirstProcess" name="this:FirstProcess"
-		fileName="FirstProcess-FirstProcess.bpel">
-		<dd:property name="PATH">FirstProcess</dd:property>
-		<dd:property name="SVG">FirstProcess.svg
-		</dd:property>
-		<dd:provide partnerLink="firstProcessAndClientPlkVar">
-			<dd:service name="this:CanonicServiceForClient" port="canonicPort"></dd:service>
-		</dd:provide>
-		<dd:invoke partnerLink="timeServerAndFirstProcessForPortTimeServiceSoapPlkVar">
-			<dd:service name="TimeService:TimeService" port="TimeServiceSoap"></dd:service>
-		</dd:invoke>
-	</dd:process>
+    <dd:process xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd"
+        xmlns:Client="http://example.com/FirstProcess/Client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xmlns:diag="http://example.com/FirstProcess" xmlns:TimeService="http://ws.intalio.com/TimeService/"
+        xmlns:TimeServer="http://example.com/FirstProcess/TimeServer"
+        xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+        xmlns:this="http://example.com/FirstProcess/FirstProcess" name="this:FirstProcess"
+        fileName="FirstProcess-FirstProcess.bpel">
+        <dd:property name="PATH">FirstProcess</dd:property>
+        <dd:property name="SVG">FirstProcess.svg
+        </dd:property>
+        <dd:provide partnerLink="firstProcessAndClientPlkVar">
+            <dd:service name="this:CanonicServiceForClient" port="canonicPort"></dd:service>
+        </dd:provide>
+        <dd:invoke partnerLink="timeServerAndFirstProcessForPortTimeServiceSoapPlkVar">
+            <dd:service name="TimeService:TimeService" port="TimeServiceSoap"></dd:service>
+        </dd:invoke>
+    </dd:process>
 </dd:deploy>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/testRequest.soap
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/testRequest.soap?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/testRequest.soap (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_None/testRequest.soap Tue Feb 17 22:06:18 2009
@@ -22,7 +22,7 @@
   <!-- test soap message -->
   <SOAP-ENV:Body>
     <TimeRequest xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsi-wsdl="http://www.intalio.com/BPMS/wsi/wsdl" xmlns:wsi-xf="http://www.intalio.com/BPMS/wsi/xforms" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ns0="http://bpms.intalio.com/FirstProcess/Time" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns="http://bpms.intalio.com/FirstProcess/Time">                   
-    	<city>New York</city>                 
-	</TimeRequest>  
+        <city>New York</city>                 
+    </TimeRequest>  
   </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/GetTime.xsd
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/GetTime.xsd?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/GetTime.xsd (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/GetTime.xsd Tue Feb 17 22:06:18 2009
@@ -1,26 +1,26 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xs:schema targetNamespace="http://bpms.intalio.com/FirstProcess/Time" 
-           xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" 
-           xmlns:xs="http://www.w3.org/2001/XMLSchema" 
-           elementFormDefault="qualified">
-
-
-	<xs:element name="TimeRequest">
-		<xs:complexType>
-			<xs:sequence>
-				<xs:element name="city" type="xs:string"/>
-  	     	</xs:sequence>
-		</xs:complexType>
-	</xs:element>
-	
-	<xs:element name="TimeResponse">
-		<xs:complexType>
-			<xs:sequence>
-				<xs:element name="UTCTime" type="xs:string"/>
-				<xs:element name="cityTime" type="xs:string"/>
-  	     	</xs:sequence>
-		</xs:complexType>
-	</xs:element>
-	
-</xs:schema>
-
+<?xml version="1.0" encoding="utf-8"?>
+<xs:schema targetNamespace="http://bpms.intalio.com/FirstProcess/Time" 
+           xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" 
+           xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+           elementFormDefault="qualified">
+
+
+    <xs:element name="TimeRequest">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="city" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    
+    <xs:element name="TimeResponse">
+        <xs:complexType>
+            <xs:sequence>
+                <xs:element name="UTCTime" type="xs:string"/>
+                <xs:element name="cityTime" type="xs:string"/>
+            </xs:sequence>
+        </xs:complexType>
+    </xs:element>
+    
+</xs:schema>
+

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/TimeService.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/TimeService.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/TimeService.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/TimeService.wsdl Tue Feb 17 22:06:18 2009
@@ -1,85 +1,85 @@
-<?xml version="1.0" encoding="utf-8"?>
-<wsdl:definitions
-	xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-	xmlns:tns="http://ws.intalio.com/TimeService/"
-	xmlns:s="http://www.w3.org/2001/XMLSchema"
-	xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
-	targetNamespace="http://ws.intalio.com/TimeService/"
-	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
-  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
-  <wsdl:types>
-    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.intalio.com/TimeService/">
-      <s:element name="getUTCTime" type="s:string" />
-      <s:element name="getUTCTimeResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="getUTCTimeResult" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="getCityTime">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-      <s:element name="getCityTimeResponse">
-        <s:complexType>
-          <s:sequence>
-            <s:element minOccurs="0" maxOccurs="1" name="getCityTimeResult" type="s:string" />
-          </s:sequence>
-        </s:complexType>
-      </s:element>
-    </s:schema>
-  </wsdl:types>
-  <wsdl:message name="getUTCTimeSoapIn">
-    <wsdl:part name="parameters" element="tns:getUTCTime" />
-  </wsdl:message>
-  <wsdl:message name="getUTCTimeSoapOut">
-    <wsdl:part name="parameters" element="tns:getUTCTimeResponse" />
-  </wsdl:message>
-  <wsdl:message name="getCityTimeSoapIn">
-    <wsdl:part name="parameters" element="tns:getCityTime" />
-  </wsdl:message>
-  <wsdl:message name="getCityTimeSoapOut">
-    <wsdl:part name="parameters" element="tns:getCityTimeResponse" />
-  </wsdl:message>
-  <wsdl:portType name="TimeServiceSoap">
-    <wsdl:operation name="getUTCTime">
-      <wsdl:input message="tns:getUTCTimeSoapIn" />
-      <wsdl:output message="tns:getUTCTimeSoapOut" />
-    </wsdl:operation>
-    <wsdl:operation name="getCityTime">
-      <wsdl:input message="tns:getCityTimeSoapIn" />
-      <wsdl:output message="tns:getCityTimeSoapOut" />
-    </wsdl:operation>
-  </wsdl:portType>
-  <wsdl:binding name="TimeServiceSoap" type="tns:TimeServiceSoap">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
-    <wsdl:operation name="getUTCTime">
-      <soap:operation soapAction="http://ws.intalio.com/TimeService/getUTCTime" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-    <wsdl:operation name="getCityTime">
-      <soap:operation soapAction="http://ws.intalio.com/TimeService/getCityTime" style="document" />
-      <wsdl:input>
-        <soap:body use="literal" />
-      </wsdl:input>
-      <wsdl:output>
-        <soap:body use="literal" />
-      </wsdl:output>
-    </wsdl:operation>
-  </wsdl:binding>
-  <wsdl:service name="TimeService">
-    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
-    <wsdl:port name="TimeServiceSoap" binding="tns:TimeServiceSoap">
-      <soap:address location="http://ws.intalio.com/TimeService/" />
-    </wsdl:port>
-  </wsdl:service>
+<?xml version="1.0" encoding="utf-8"?>
+<wsdl:definitions
+    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
+    xmlns:tns="http://ws.intalio.com/TimeService/"
+    xmlns:s="http://www.w3.org/2001/XMLSchema"
+    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
+    targetNamespace="http://ws.intalio.com/TimeService/"
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
+  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
+  <wsdl:types>
+    <s:schema elementFormDefault="qualified" targetNamespace="http://ws.intalio.com/TimeService/">
+      <s:element name="getUTCTime" type="s:string" />
+      <s:element name="getUTCTimeResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="getUTCTimeResult" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getCityTime">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="city" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+      <s:element name="getCityTimeResponse">
+        <s:complexType>
+          <s:sequence>
+            <s:element minOccurs="0" maxOccurs="1" name="getCityTimeResult" type="s:string" />
+          </s:sequence>
+        </s:complexType>
+      </s:element>
+    </s:schema>
+  </wsdl:types>
+  <wsdl:message name="getUTCTimeSoapIn">
+    <wsdl:part name="parameters" element="tns:getUTCTime" />
+  </wsdl:message>
+  <wsdl:message name="getUTCTimeSoapOut">
+    <wsdl:part name="parameters" element="tns:getUTCTimeResponse" />
+  </wsdl:message>
+  <wsdl:message name="getCityTimeSoapIn">
+    <wsdl:part name="parameters" element="tns:getCityTime" />
+  </wsdl:message>
+  <wsdl:message name="getCityTimeSoapOut">
+    <wsdl:part name="parameters" element="tns:getCityTimeResponse" />
+  </wsdl:message>
+  <wsdl:portType name="TimeServiceSoap">
+    <wsdl:operation name="getUTCTime">
+      <wsdl:input message="tns:getUTCTimeSoapIn" />
+      <wsdl:output message="tns:getUTCTimeSoapOut" />
+    </wsdl:operation>
+    <wsdl:operation name="getCityTime">
+      <wsdl:input message="tns:getCityTimeSoapIn" />
+      <wsdl:output message="tns:getCityTimeSoapOut" />
+    </wsdl:operation>
+  </wsdl:portType>
+  <wsdl:binding name="TimeServiceSoap" type="tns:TimeServiceSoap">
+    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
+    <wsdl:operation name="getUTCTime">
+      <soap:operation soapAction="http://ws.intalio.com/TimeService/getUTCTime" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+    <wsdl:operation name="getCityTime">
+      <soap:operation soapAction="http://ws.intalio.com/TimeService/getCityTime" style="document" />
+      <wsdl:input>
+        <soap:body use="literal" />
+      </wsdl:input>
+      <wsdl:output>
+        <soap:body use="literal" />
+      </wsdl:output>
+    </wsdl:operation>
+  </wsdl:binding>
+  <wsdl:service name="TimeService">
+    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">A sample Time service</wsdl:documentation>
+    <wsdl:port name="TimeServiceSoap" binding="tns:TimeServiceSoap">
+      <soap:address location="http://ws.intalio.com/TimeService/" />
+    </wsdl:port>
+  </wsdl:service>
 </wsdl:definitions>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/deploy.xml Tue Feb 17 22:06:18 2009
@@ -1,23 +1,23 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <dd:deploy xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd">
-	<dd:process xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd"
-		xmlns:Client="http://example.com/FirstProcess/Client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-		xmlns:diag="http://example.com/FirstProcess" xmlns:TimeService="http://ws.intalio.com/TimeService/"
-		xmlns:TimeServer="http://example.com/FirstProcess/TimeServer"
-		xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" xmlns:xs="http://www.w3.org/2001/XMLSchema"
-		xmlns:this="http://example.com/FirstProcess/FirstProcess" name="this:FirstProcess"
-		fileName="FirstProcess-FirstProcess.bpel">
-		<dd:property name="PATH">FirstProcess</dd:property>
-		<dd:property name="SVG">FirstProcess.svg
-		</dd:property>
-		<dd:provide partnerLink="firstProcessAndClientPlkVar">
-			<dd:service name="this:CanonicServiceForClient" port="canonicPort"></dd:service>
-		</dd:provide>
-		<dd:invoke partnerLink="timeServerAndFirstProcessForPortTimeServiceSoapPlkVar">
-			<dd:service name="TimeService:TimeService" port="TimeServiceSoap"></dd:service>
-		</dd:invoke>		
-		<dd:cleanup on="always">
-			<dd:category>variables</dd:category>
-		</dd:cleanup>
-	</dd:process>
+    <dd:process xmlns:dd="http://ode.fivesight.com/schemas/2006/06/27/dd"
+        xmlns:Client="http://example.com/FirstProcess/Client" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xmlns:diag="http://example.com/FirstProcess" xmlns:TimeService="http://ws.intalio.com/TimeService/"
+        xmlns:TimeServer="http://example.com/FirstProcess/TimeServer"
+        xmlns:ns="http://bpms.intalio.com/FirstProcess/Time" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+        xmlns:this="http://example.com/FirstProcess/FirstProcess" name="this:FirstProcess"
+        fileName="FirstProcess-FirstProcess.bpel">
+        <dd:property name="PATH">FirstProcess</dd:property>
+        <dd:property name="SVG">FirstProcess.svg
+        </dd:property>
+        <dd:provide partnerLink="firstProcessAndClientPlkVar">
+            <dd:service name="this:CanonicServiceForClient" port="canonicPort"></dd:service>
+        </dd:provide>
+        <dd:invoke partnerLink="timeServerAndFirstProcessForPortTimeServiceSoapPlkVar">
+            <dd:service name="TimeService:TimeService" port="TimeServiceSoap"></dd:service>
+        </dd:invoke>        
+        <dd:cleanup on="always">
+            <dd:category>variables</dd:category>
+        </dd:cleanup>
+    </dd:process>
 </dd:deploy>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/testRequest.soap
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/testRequest.soap?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/testRequest.soap (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Variables/testRequest.soap Tue Feb 17 22:06:18 2009
@@ -22,7 +22,7 @@
   <!-- test soap message -->
   <SOAP-ENV:Body>
     <TimeRequest xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsi-wsdl="http://www.intalio.com/BPMS/wsi/wsdl" xmlns:wsi-xf="http://www.intalio.com/BPMS/wsi/xforms" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:ns0="http://bpms.intalio.com/FirstProcess/Time" xmlns:xxforms="http://orbeon.org/oxf/xml/xforms" xmlns="http://bpms.intalio.com/FirstProcess/Time">                   
-    	<city>New York</city>                 
-	</TimeRequest>  
+        <city>New York</city>                 
+    </TimeRequest>  
   </SOAP-ENV:Body>
 </SOAP-ENV:Envelope>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.bpel?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.bpel Tue Feb 17 22:06:18 2009
@@ -26,93 +26,93 @@
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
 
-	<import location="CorrelationMultiTest.wsdl" namespace="http://ode/bpel/unit-test.wsdl" importType="http://schemas.xmlsoap.org/wsdl/" />
+    <import location="CorrelationMultiTest.wsdl" namespace="http://ode/bpel/unit-test.wsdl" importType="http://schemas.xmlsoap.org/wsdl/" />
 
-	<partnerLinks>
+    <partnerLinks>
       <partnerLink name="helloPartnerLink" 
          partnerLinkType="test:HeaderTestPartnerLinkType" myRole="me" />
       <partnerLink name="dummyPartnerLink"
          partnerLinkType="test:DummyPartnerLinkType" partnerRole="you" />
-	</partnerLinks>
+    </partnerLinks>
     
-	<variables>
+    <variables>
      <variable name="myInVar" messageType="test:HeaderTestMessage"/>
      <variable name="myOutVar" messageType="test:HeaderTestMessage"/>
      <variable name="input" messageType="dummy:longOperationRequest"/>
      <variable name="output" messageType="dummy:longOperationResponse"/>
-	</variables>
-	<correlationSets>
-		<correlationSet name="testCorr1" properties="test:testCorrelationID1"/>
-		<correlationSet name="testCorr2" properties="test:testCorrelationID2"/>
-		<correlationSet name="testCorr3" properties="test:testCorrelationID3"/>
-	</correlationSets>
-	<flow>
-		<links>
-			<link name="ready"/>
-			<link name="continue"/>
-		</links>
-   		<sequence>
-			<receive name="start1" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
-	          operation="hello1" variable="myInVar" createInstance="yes">
-				<correlations>
-					<correlation set="testCorr1" initiate="join"/>
-				</correlations>
-			</receive>
-			<assign>
-	           <copy>
-	                <from>$myInVar.TestPart/requestText</from>
-	                <to>$myOutVar.TestPart</to>
-	           </copy>
-			</assign>
-			<sources>
-				<source linkName="ready"/>
-			</sources>
-		</sequence>
-		<sequence>
-			<targets>
-				<target linkName="ready"/>
-			</targets>
-			<receive name="start2" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
-	          operation="hello2" variable="myInVar" createInstance="yes">
-				<correlations>
-					<correlation set="testCorr1" initiate="join"/>
-				</correlations>
-			</receive>
-			<assign>
-				<copy>
-					<from>
-						concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
-					</from>
-					<to>$myOutVar.TestPart</to>
-				</copy>
-			</assign>
-			<sources>
-				<source linkName="continue"/>
-			</sources>
-		</sequence>
-		<sequence>
-			<targets>
-				<target linkName="continue"/>
-			</targets>
-			<receive name="receive3" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType" 
-				operation="continue" variable="myInVar">
-				<correlations>
-					<correlation set="testCorr1" initiate="join"/>
-					<correlation set="testCorr2" initiate="join"/>
-					<correlation set="testCorr3" initiate="join"/>
-				</correlations>
-			</receive>
-			<assign>
-				<copy>
-					<from>
-						concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
-					</from>
-					<to>$myOutVar.TestPart</to>
-				</copy>
-			</assign>
-	
-			<reply name="end" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
-	              operation="hello1" variable="myOutVar"/>
-		</sequence>
+    </variables>
+    <correlationSets>
+        <correlationSet name="testCorr1" properties="test:testCorrelationID1"/>
+        <correlationSet name="testCorr2" properties="test:testCorrelationID2"/>
+        <correlationSet name="testCorr3" properties="test:testCorrelationID3"/>
+    </correlationSets>
+    <flow>
+        <links>
+            <link name="ready"/>
+            <link name="continue"/>
+        </links>
+        <sequence>
+            <receive name="start1" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
+              operation="hello1" variable="myInVar" createInstance="yes">
+                <correlations>
+                    <correlation set="testCorr1" initiate="join"/>
+                </correlations>
+            </receive>
+            <assign>
+               <copy>
+                    <from>$myInVar.TestPart/requestText</from>
+                    <to>$myOutVar.TestPart</to>
+               </copy>
+            </assign>
+            <sources>
+                <source linkName="ready"/>
+            </sources>
+        </sequence>
+        <sequence>
+            <targets>
+                <target linkName="ready"/>
+            </targets>
+            <receive name="start2" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
+              operation="hello2" variable="myInVar" createInstance="yes">
+                <correlations>
+                    <correlation set="testCorr1" initiate="join"/>
+                </correlations>
+            </receive>
+            <assign>
+                <copy>
+                    <from>
+                        concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
+                    </from>
+                    <to>$myOutVar.TestPart</to>
+                </copy>
+            </assign>
+            <sources>
+                <source linkName="continue"/>
+            </sources>
+        </sequence>
+        <sequence>
+            <targets>
+                <target linkName="continue"/>
+            </targets>
+            <receive name="receive3" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType" 
+                operation="continue" variable="myInVar">
+                <correlations>
+                    <correlation set="testCorr1" initiate="join"/>
+                    <correlation set="testCorr2" initiate="join"/>
+                    <correlation set="testCorr3" initiate="join"/>
+                </correlations>
+            </receive>
+            <assign>
+                <copy>
+                    <from>
+                        concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
+                    </from>
+                    <to>$myOutVar.TestPart</to>
+                </copy>
+            </assign>
+    
+            <reply name="end" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
+                  operation="hello1" variable="myOutVar"/>
+        </sequence>
    </flow>
 </process>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/CorrelationMultiTest.wsdl Tue Feb 17 22:06:18 2009
@@ -106,7 +106,7 @@
     <prop:property name="testCorrelationID1" type="xsd:string"/>
     <prop:propertyAlias propertyName="tns:testCorrelationID1" messageType="tns:HeaderTestMessage" part="TestPart">
         <prop:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
-			correlationID1
+            correlationID1
         </prop:query>
     </prop:propertyAlias>
 

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoin/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,15 +17,15 @@
   ~ under the License.
   -->
 <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://axis2.ode.apache.org">
+    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:wns="http://ode/bpel/unit-test.wsdl" xmlns:dns="http://axis2.ode.apache.org">
 
 
-	<process name="pns:HeaderTest">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HeaderTestService" port="HeaderTestPort"/>
-		</provide>
+    <process name="pns:HeaderTest">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HeaderTestService" port="HeaderTestPort"/>
+        </provide>
         <invoke partnerLink="dummyPartnerLink">
             <service name="dns:DummyService" port="DummyServiceSOAP11port_http"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/CorrelationMultiTest.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/CorrelationMultiTest.bpel?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/CorrelationMultiTest.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/CorrelationMultiTest.bpel Tue Feb 17 22:06:18 2009
@@ -26,72 +26,72 @@
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
 
-	<import location="CorrelationMultiTest.wsdl" namespace="http://ode/bpel/unit-test.wsdl" importType="http://schemas.xmlsoap.org/wsdl/" />
+    <import location="CorrelationMultiTest.wsdl" namespace="http://ode/bpel/unit-test.wsdl" importType="http://schemas.xmlsoap.org/wsdl/" />
 
-	<partnerLinks>
+    <partnerLinks>
       <partnerLink name="helloPartnerLink" 
          partnerLinkType="test:HeaderTestPartnerLinkType" myRole="me" />
       <partnerLink name="dummyPartnerLink"
          partnerLinkType="test:DummyPartnerLinkType" partnerRole="you" />
-	</partnerLinks>
+    </partnerLinks>
     
-	<variables>
+    <variables>
      <variable name="myInVar" messageType="test:HeaderTestMessage"/>
      <variable name="myOutVar" messageType="test:HeaderTestMessage"/>
      <variable name="input" messageType="dummy:longOperationRequest"/>
      <variable name="output" messageType="dummy:longOperationResponse"/>
-	</variables>
-	<correlationSets>
-		<correlationSet name="testCorr1" properties="test:testCorrelationID1"/>
-		<correlationSet name="testCorr2" properties="test:testCorrelationID2"/>
-		<correlationSet name="testCorr3" properties="test:testCorrelationID3"/>
-	</correlationSets>
-	<sequence>
-		<receive name="start1" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
+    </variables>
+    <correlationSets>
+        <correlationSet name="testCorr1" properties="test:testCorrelationID1"/>
+        <correlationSet name="testCorr2" properties="test:testCorrelationID2"/>
+        <correlationSet name="testCorr3" properties="test:testCorrelationID3"/>
+    </correlationSets>
+    <sequence>
+        <receive name="start1" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
           operation="hello1" variable="myInVar" createInstance="yes">
-			<correlations>
-				<correlation set="testCorr1" initiate="join"/>
-			</correlations>
-		</receive>
-		<assign>
+            <correlations>
+                <correlation set="testCorr1" initiate="join"/>
+            </correlations>
+        </receive>
+        <assign>
            <copy>
                 <from>$myInVar.TestPart/requestText</from>
                 <to>$myOutVar.TestPart</to>
            </copy>
-		</assign>
-		<receive name="receive3" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType" 
-			operation="continue" variable="myInVar">
-			<correlations>
-				<correlation set="testCorr1" initiate="join"/>
-				<correlation set="testCorr2" initiate="join"/>
-				<correlation set="testCorr3" initiate="join"/>
-			</correlations>
-		</receive>
-		<assign>
-			<copy>
-				<from>
-					concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
-				</from>
-				<to>$myOutVar.TestPart</to>
-			</copy>
-		</assign>
-		<receive name="start2" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
+        </assign>
+        <receive name="receive3" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType" 
+            operation="continue" variable="myInVar">
+            <correlations>
+                <correlation set="testCorr1" initiate="join"/>
+                <correlation set="testCorr2" initiate="join"/>
+                <correlation set="testCorr3" initiate="join"/>
+            </correlations>
+        </receive>
+        <assign>
+            <copy>
+                <from>
+                    concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
+                </from>
+                <to>$myOutVar.TestPart</to>
+            </copy>
+        </assign>
+        <receive name="start2" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
           operation="hello2" variable="myInVar">
-			<correlations>
-				<correlation set="testCorr1" initiate="join"/>
-				<correlation set="testCorr2" initiate="join"/>
-			</correlations>
-		</receive>
-		<assign>
-			<copy>
-				<from>
-					concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
-				</from>
-				<to>$myOutVar.TestPart</to>
-			</copy>
-		</assign>
+            <correlations>
+                <correlation set="testCorr1" initiate="join"/>
+                <correlation set="testCorr2" initiate="join"/>
+            </correlations>
+        </receive>
+        <assign>
+            <copy>
+                <from>
+                    concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
+                </from>
+                <to>$myOutVar.TestPart</to>
+            </copy>
+        </assign>
 
-		<reply name="end" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
+        <reply name="end" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
               operation="hello1" variable="myOutVar"/>
-	</sequence>
+    </sequence>
 </process>
\ No newline at end of file

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationJoinLazy/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,15 +17,15 @@
   ~ under the License.
   -->
 <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://axis2.ode.apache.org">
+    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:wns="http://ode/bpel/unit-test.wsdl" xmlns:dns="http://axis2.ode.apache.org">
 
 
-	<process name="pns:HeaderTest">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HeaderTestService" port="HeaderTestPort"/>
-		</provide>
+    <process name="pns:HeaderTest">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HeaderTestService" port="HeaderTestPort"/>
+        </provide>
         <invoke partnerLink="dummyPartnerLink">
             <service name="dns:DummyService" port="DummyServiceSOAP11port_http"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/CorrelationMultiTest.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/CorrelationMultiTest.bpel?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/CorrelationMultiTest.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/CorrelationMultiTest.bpel Tue Feb 17 22:06:18 2009
@@ -43,20 +43,20 @@
      <variable name="input" messageType="dummy:longOperationRequest"/>
      <variable name="output" messageType="dummy:longOperationResponse"/>
    </variables>
-	<correlationSets>
-		<correlationSet name="testCorr1" properties="test:testCorrelationID1"/>
-		<correlationSet name="testCorr2" properties="test:testCorrelationID2"/>
-		<correlationSet name="testCorr3" properties="test:testCorrelationID3"/>
-		<correlationSet name="testCorr4" properties="test:testCorrelationID4"/>
-	</correlationSets>
+    <correlationSets>
+        <correlationSet name="testCorr1" properties="test:testCorrelationID1"/>
+        <correlationSet name="testCorr2" properties="test:testCorrelationID2"/>
+        <correlationSet name="testCorr3" properties="test:testCorrelationID3"/>
+        <correlationSet name="testCorr4" properties="test:testCorrelationID4"/>
+    </correlationSets>
    <sequence>
        <receive name="start" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
           operation="hello" variable="myInVar" createInstance="yes">
-			<correlations>
-				<correlation set="testCorr1" initiate="yes"/>
-				<correlation set="testCorr2" initiate="yes"/>
-			</correlations>
-	   </receive>
+            <correlations>
+                <correlation set="testCorr1" initiate="yes"/>
+                <correlation set="testCorr2" initiate="yes"/>
+            </correlations>
+       </receive>
 
        <assign>
            <copy>
@@ -65,23 +65,23 @@
            </copy>
        </assign>
 
-		<receive name="receive2" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType" 
-			operation="continue" variable="myInVar">
-			<correlations>
-				<correlation set="testCorr1" initiate="no"/>
-				<correlation set="testCorr2" initiate="no"/>
-				<correlation set="testCorr3" initiate="yes"/>
-				<correlation set="testCorr4" initiate="yes"/>
-			</correlations>
-		</receive>
-		<assign>
-			<copy>
-				<from>
-					concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
-				</from>
-				<to>$myOutVar.TestPart</to>
-			</copy>
-		</assign>
+        <receive name="receive2" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType" 
+            operation="continue" variable="myInVar">
+            <correlations>
+                <correlation set="testCorr1" initiate="no"/>
+                <correlation set="testCorr2" initiate="no"/>
+                <correlation set="testCorr3" initiate="yes"/>
+                <correlation set="testCorr4" initiate="yes"/>
+            </correlations>
+        </receive>
+        <assign>
+            <copy>
+                <from>
+                    concat($myOutVar.TestPart, $myInVar.TestPart/requestText)
+                </from>
+                <to>$myOutVar.TestPart</to>
+            </copy>
+        </assign>
 
        <reply name="end" partnerLink="helloPartnerLink" portType="test:HeaderTestPortType"
               operation="hello" variable="myOutVar"/>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCorrelationMulti/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,15 +17,15 @@
   ~ under the License.
   -->
 <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://axis2.ode.apache.org">
+    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:wns="http://ode/bpel/unit-test.wsdl" xmlns:dns="http://axis2.ode.apache.org">
 
 
-	<process name="pns:HeaderTest">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HeaderTestService" port="HeaderTestPort"/>
-		</provide>
+    <process name="pns:HeaderTest">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HeaderTestService" port="HeaderTestPort"/>
+        </provide>
         <invoke partnerLink="dummyPartnerLink">
             <service name="dns:DummyService" port="DummyServiceSOAP11port_http"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,16 +17,16 @@
   ~ under the License.
   -->
 <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:pns="http://ode/bpel/unit-test"
+    xmlns:wns="http://ode/bpel/unit-test.wsdl"
     xmlns:dns="http://ode/bpel/test/properties">
 
 
-	<process name="pns:test-endpoint-properties">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HelloService" port="HelloPort"/>
-		</provide>
+    <process name="pns:test-endpoint-properties">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HelloService" port="HelloPort"/>
+        </provide>
         <invoke partnerLink="propertiesPartnerLink">
             <service name="dns:PropertiesService" port="PropertiesPort"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/test-endpoint-properties.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/test-endpoint-properties.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/test-endpoint-properties.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointProperties/test-endpoint-properties.wsdl Tue Feb 17 22:06:18 2009
@@ -59,9 +59,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="HelloService">
-		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-		<soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
-		</wsdl:port>
+        <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+        <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+        </wsdl:port>
     </wsdl:service>
 
    <plnk:partnerLinkType name="HelloPartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/HelloWorld2.wsdl Tue Feb 17 22:06:18 2009
@@ -58,9 +58,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="HelloService">
-		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-     		<soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
-		</wsdl:port>
+        <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+            <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+        </wsdl:port>
     </wsdl:service>
     
    <plnk:partnerLinkType name="HelloPartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestEndpointTimeouts/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,15 +17,15 @@
   ~ under the License.
   -->
 <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://axis2.ode.apache.org">
+    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:wns="http://ode/bpel/unit-test.wsdl" xmlns:dns="http://axis2.ode.apache.org">
 
 
-	<process name="pns:HelloWorld2">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HelloService" port="HelloPort"/>
-		</provide>
+    <process name="pns:HelloWorld2">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HelloService" port="HelloPort"/>
+        </provide>
         <invoke partnerLink="dummyPartnerLink">
             <service name="dns:DummyService" port="DummyServiceSOAP11port_http"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestFailureInInvoke/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestFailureInInvoke/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestFailureInInvoke/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestFailureInInvoke/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,15 +17,15 @@
   ~ under the License.
   -->
 <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://axis2.ode.apache.org">
+    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:wns="http://ode/bpel/unit-test.wsdl" xmlns:dns="http://axis2.ode.apache.org">
 
 
-	<process name="pns:HeaderTest">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HeaderTestService" port="HeaderTestPort"/>
-		</provide>
+    <process name="pns:HeaderTest">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HeaderTestService" port="HeaderTestPort"/>
+        </provide>
         <invoke partnerLink="dummyPartnerLink">
             <service name="dns:DummyService" port="DummyServiceSOAP11port_http"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,16 +17,16 @@
   ~ under the License.
   -->
 <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:pns="http://ode/bpel/unit-test" 
+    xmlns:wns="http://ode/bpel/unit-test.wsdl"
     xmlns:dns="http://ode/bpel/test/arithmetics">
 
 
-	<process name="pns:HttpBindingTest">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HelloService" port="HelloPort"/>
-		</provide>
+    <process name="pns:HttpBindingTest">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HelloService" port="HelloPort"/>
+        </provide>
         <invoke partnerLink="salutPartnerLink">
             <service name="dns:ArithmeticsService" port="SalutLaTerre_httpport"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBinding/http-binding-test.wsdl Tue Feb 17 22:06:18 2009
@@ -59,9 +59,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="HelloService">
-		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-     		<soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
-		</wsdl:port>
+        <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+            <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+        </wsdl:port>
     </wsdl:service>
     
    <plnk:partnerLinkType name="HelloPartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,16 +17,16 @@
   ~ under the License.
   -->
 <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:pns="http://ode/bpel/unit-test"
+    xmlns:wns="http://ode/bpel/unit-test.wsdl"
     xmlns:dns="http://ode/bpel/test/blog">
 
 
-	<process name="pns:http-binding-ext-DELETE">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HelloService" port="HelloPort"/>
-		</provide>
+    <process name="pns:http-binding-ext-DELETE">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HelloService" port="HelloPort"/>
+        </provide>
         <invoke partnerLink="blogPartnerLink">
             <service name="dns:BlogService" port="BlogPort"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/http-binding-ext-DELETE.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/http-binding-ext-DELETE.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/http-binding-ext-DELETE.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_DELETE/http-binding-ext-DELETE.wsdl Tue Feb 17 22:06:18 2009
@@ -59,9 +59,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="HelloService">
-		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-		<soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
-		</wsdl:port>
+        <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+        <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+        </wsdl:port>
     </wsdl:service>
 
    <plnk:partnerLinkType name="HelloPartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,16 +17,16 @@
   ~ under the License.
   -->
 <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:pns="http://ode/bpel/unit-test"
+    xmlns:wns="http://ode/bpel/unit-test.wsdl"
     xmlns:dns="http://ode/bpel/test/blog">
 
 
-	<process name="pns:http-binding-ext-GET">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HelloService" port="HelloPort"/>
-		</provide>
+    <process name="pns:http-binding-ext-GET">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HelloService" port="HelloPort"/>
+        </provide>
         <invoke partnerLink="blogPartnerLink">
             <service name="dns:BlogService" port="BlogPort"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/http-binding-ext-GET.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/http-binding-ext-GET.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/http-binding-ext-GET.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_GET/http-binding-ext-GET.wsdl Tue Feb 17 22:06:18 2009
@@ -59,9 +59,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="HelloService">
-		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-		<soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
-		</wsdl:port>
+        <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+        <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+        </wsdl:port>
     </wsdl:service>
 
    <plnk:partnerLinkType name="HelloPartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,16 +17,16 @@
   ~ under the License.
   -->
 <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:pns="http://ode/bpel/unit-test"
+    xmlns:wns="http://ode/bpel/unit-test.wsdl"
     xmlns:dns="http://ode/bpel/test/blog">
 
 
-	<process name="pns:http-binding-ext-POST">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HelloService" port="HelloPort"/>
-		</provide>
+    <process name="pns:http-binding-ext-POST">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HelloService" port="HelloPort"/>
+        </provide>
         <invoke partnerLink="blogPartnerLink">
             <service name="dns:BlogService" port="BlogPort"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/http-binding-ext-POST.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/http-binding-ext-POST.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/http-binding-ext-POST.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_POST/http-binding-ext-POST.wsdl Tue Feb 17 22:06:18 2009
@@ -59,9 +59,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="HelloService">
-		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-		<soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
-		</wsdl:port>
+        <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+        <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+        </wsdl:port>
     </wsdl:service>
 
    <plnk:partnerLinkType name="HelloPartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,16 +17,16 @@
   ~ under the License.
   -->
 <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:pns="http://ode/bpel/unit-test"
+    xmlns:wns="http://ode/bpel/unit-test.wsdl"
     xmlns:dns="http://ode/bpel/test/blog">
 
 
-	<process name="pns:http-binding-ext-PUT">
-		<active>true</active>
-		<provide partnerLink="helloPartnerLink">
-			<service name="wns:HelloService" port="HelloPort"/>
-		</provide>
+    <process name="pns:http-binding-ext-PUT">
+        <active>true</active>
+        <provide partnerLink="helloPartnerLink">
+            <service name="wns:HelloService" port="HelloPort"/>
+        </provide>
         <invoke partnerLink="blogPartnerLink">
             <service name="dns:BlogService" port="BlogPort"/>
         </invoke>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/http-binding-ext-PUT.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/http-binding-ext-PUT.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/http-binding-ext-PUT.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestHttpBindingExt_PUT/http-binding-ext-PUT.wsdl Tue Feb 17 22:06:18 2009
@@ -59,9 +59,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="HelloService">
-		<wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
-		<soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
-		</wsdl:port>
+        <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+        <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+        </wsdl:port>
     </wsdl:service>
 
    <plnk:partnerLinkType name="HelloPartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/TestRetire.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/TestRetire.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/TestRetire.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/TestRetire.wsdl Tue Feb 17 22:06:18 2009
@@ -58,9 +58,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="TestRetireService">
-		<wsdl:port name="TestRetirePort" binding="tns:TestRetireSoapBinding">
-     		<soap:address location="http://localhost:8888/ode/processes/testretire"/>
-		</wsdl:port>
+        <wsdl:port name="TestRetirePort" binding="tns:TestRetireSoapBinding">
+            <soap:address location="http://localhost:8888/ode/processes/testretire"/>
+        </wsdl:port>
     </wsdl:service>
     
     <plnk:partnerLinkType name="TestRetirePartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/1/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,13 +17,13 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-	xmlns:pns="http://ode/bpel/test/retire"
-	xmlns:wns="http://ode/bpel/test/retire/responder.wsdl">
+    xmlns:pns="http://ode/bpel/test/retire"
+    xmlns:wns="http://ode/bpel/test/retire/responder.wsdl">
 
-	<process name="pns:TestRetire">
-		<active>true</active>
-		<provide partnerLink="testRetirePartnerLink">
-			<service name="wns:TestRetireService" port="TestRetirePort"/>
-		</provide>
+    <process name="pns:TestRetire">
+        <active>true</active>
+        <provide partnerLink="testRetirePartnerLink">
+            <service name="wns:TestRetireService" port="TestRetirePort"/>
+        </provide>
     </process>
 </deploy>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/TestRetire.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/TestRetire.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/TestRetire.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/TestRetire.wsdl Tue Feb 17 22:06:18 2009
@@ -58,9 +58,9 @@
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="TestRetireService">
-		<wsdl:port name="TestRetirePort" binding="tns:TestRetireSoapBinding">
-     		<soap:address location="http://localhost:8888/ode/processes/testretire"/>
-		</wsdl:port>
+        <wsdl:port name="TestRetirePort" binding="tns:TestRetireSoapBinding">
+            <soap:address location="http://localhost:8888/ode/processes/testretire"/>
+        </wsdl:port>
     </wsdl:service>
     
     <plnk:partnerLinkType name="TestRetirePartnerLinkType">

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestInstanceRetire/2/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,13 +17,13 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-	xmlns:pns="http://ode/bpel/test/retire"
-	xmlns:wns="http://ode/bpel/test/retire/responder.wsdl">
+    xmlns:pns="http://ode/bpel/test/retire"
+    xmlns:wns="http://ode/bpel/test/retire/responder.wsdl">
 
-	<process name="pns:TestRetire">
-		<active>true</active>
-		<provide partnerLink="testRetirePartnerLink">
-			<service name="wns:TestRetireService" port="TestRetirePort"/>
-		</provide>
+    <process name="pns:TestRetire">
+        <active>true</active>
+        <provide partnerLink="testRetirePartnerLink">
+            <service name="wns:TestRetireService" port="TestRetirePort"/>
+        </provide>
     </process>
 </deploy>

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample02.txt
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample02.txt?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample02.txt (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample02.txt Tue Feb 17 22:06:18 2009
@@ -1,10 +1,10 @@
 UsernameToken authentication
 
 The client is configured to add a UsernameToken to the outgoing message.
-	- See the "OutflowSecurity" parameter in the client.axis2.xml
-	
+    - See the "OutflowSecurity" parameter in the client.axis2.xml
+    
 The service is configured to process it.
-	- See the "InflowSecurity" parameter in the services.xml
+    - See the "InflowSecurity" parameter in the services.xml
 
 Note how org.apache.rampart.samples.sample02.PWCBHandler supplies the password 
 to wss4j to compute the digest for comparison.

Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample03.txt
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample03.txt?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample03.txt (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestRampartBasic/README-sample03.txt Tue Feb 17 22:06:18 2009
@@ -1,11 +1,11 @@
 UsernameToken authentication with a plain text password
 
 The client is configured to add a UsernameToken to the outgoing message.
-	- See the "OutflowSecurity" parameter in the client.axis2.xml
-	- Note the <passwordType>PasswordText</passwordType> element
-	
+    - See the "OutflowSecurity" parameter in the client.axis2.xml
+    - Note the <passwordType>PasswordText</passwordType> element
+    
 The service is configured to process it.
-	- See the "InflowSecurity" parameter in the services.xml
+    - See the "InflowSecurity" parameter in the services.xml
 
 Note how org.apache.rampart.samples.sample03.PWCBHandler authenticates the 
 password