Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/HelloWorld2.wsdl Tue Feb 17 22:06:18 2009
@@ -26,78 +26,78 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
- xmlns:myns="myns"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
+ xmlns:myns="myns"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
<wsdl:types>
- <xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="myns">
+ <xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="myns">
- <xsd:complexType name="MagicPixie">
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string"/>
- </xsd:sequence>
- </xsd:complexType>
- <xsd:complexType name="DustyMagicPixie">
- <xsd:complexContent>
- <xsd:extension base="myns:MagicPixie">
- <xsd:sequence>
- <xsd:element name="dust" type="xsd:string"/>
- </xsd:sequence>
- </xsd:extension>
- </xsd:complexContent>
- </xsd:complexType>
-
- <xsd:element name="hello">
- <xsd:complexType>
+ <xsd:complexType name="MagicPixie">
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:complexType>
+ <xsd:complexType name="DustyMagicPixie">
+ <xsd:complexContent>
+ <xsd:extension base="myns:MagicPixie">
+ <xsd:sequence>
+ <xsd:element name="dust" type="xsd:string"/>
+ </xsd:sequence>
+ </xsd:extension>
+ </xsd:complexContent>
+ </xsd:complexType>
+
+ <xsd:element name="hello">
+ <xsd:complexType>
<xsd:sequence>
<xsd:element name="in" type="myns:MagicPixie" nillable="false" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="helloResponse">
- <xsd:complexType>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="helloResponse">
+ <xsd:complexType>
<xsd:sequence>
<xsd:element name="out" type="myns:MagicPixie" nillable="false" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- </wsdl:types>
-
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ </wsdl:types>
+
<wsdl:message name="helloRequest">
- <wsdl:part name="parameters" element="myns:hello" />
+ <wsdl:part name="parameters" element="myns:hello" />
</wsdl:message>
<wsdl:message name="helloResponse">
- <wsdl:part name="parameters" element="myns:helloResponse" />
+ <wsdl:part name="parameters" element="myns:helloResponse" />
</wsdl:message>
-
-
- <wsdl:portType name="HelloPortType">
+
+
+ <wsdl:portType name="HelloPortType">
<wsdl:operation name="hello">
- <wsdl:input message="tns:helloRequest" name="helloRequest" />
+ <wsdl:input message="tns:helloRequest" name="helloRequest" />
<wsdl:output message="tns:helloResponse" name="helloResponse" />
- </wsdl:operation>
- </wsdl:portType>
-
- <wsdl:binding name="HelloSoapBinding" type="tns:HelloPortType">
- <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="hello">
- <soap:operation soapAction=""/>
- <wsdl:input name="helloRequest">
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output name="helloResponse">
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:binding name="HelloSoapBinding" type="tns:HelloPortType">
+ <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+ <wsdl:operation name="hello">
+ <soap:operation soapAction=""/>
+ <wsdl:input name="helloRequest">
+ <soap:body use="literal"/>
+ </wsdl:input>
+ <wsdl:output name="helloResponse">
+ <soap:body use="literal"/>
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
- <wsdl:service name="HelloService">
- <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
- <soap:address location="http://localhost:8888/ode/processes/attrNSWorld"/>
- </wsdl:port>
- </wsdl:service>
-
+ <wsdl:service name="HelloService">
+ <wsdl:port name="HelloPort" binding="tns:HelloSoapBinding">
+ <soap:address location="http://localhost:8888/ode/processes/attrNSWorld"/>
+ </wsdl:port>
+ </wsdl:service>
+
<plnk:partnerLinkType name="HelloPartnerLinkType">
<plnk:role name="me" portType="tns:HelloPortType"/>
<plnk:role name="you" portType="tns:HelloPortType"/>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/chooseLanguage.xsl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/chooseLanguage.xsl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/chooseLanguage.xsl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/chooseLanguage.xsl Tue Feb 17 22:06:18 2009
@@ -1,12 +1,12 @@
-<xsl:stylesheet version="2.0"
- xmlns:inspection="http://schemas.xmlsoap.org/ws/2001/10/inspection/"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <xsl:output omit-xml-declaration="yes"/>
-
- <xsl:template match="/">
- <xsl:value-of select="document('language.xml')//languages/language [@name='french']/text()"/>
- </xsl:template>
+<xsl:stylesheet version="2.0"
+ xmlns:inspection="http://schemas.xmlsoap.org/ws/2001/10/inspection/"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <xsl:output omit-xml-declaration="yes"/>
+
+ <xsl:template match="/">
+ <xsl:value-of select="document('language.xml')//languages/language [@name='french']/text()"/>
+ </xsl:template>
</xsl:stylesheet>
\ No newline at end of file
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/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:pns="http://ode/bpel/unit-test"
+ xmlns:wns="http://ode/bpel/unit-test.wsdl">
- <process name="pns:HelloWorld2">
- <!--in-memory>false</in-memory-->
- <active>true</active>
- <provide partnerLink="helloPartnerLink">
- <service name="wns:HelloService" port="HelloPort"/>
- </provide>
- </process>
+ <process name="pns:HelloWorld2">
+ <!--in-memory>false</in-memory-->
+ <active>true</active>
+ <provide partnerLink="helloPartnerLink">
+ <service name="wns:HelloService" port="HelloPort"/>
+ </provide>
+ </process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/language.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/language.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/language.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestAttributeNamespaces/language.xml Tue Feb 17 22:06:18 2009
@@ -1,15 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<languages>
- <language name="english">
- Hello World
- </language>
- <language name="french">
- Bonjour!!
- </language>
- <language name="spanish">
- Hola!!
- </language>
- <language name="urban">
- Yo!
- </language>
-</languages>
+<?xml version="1.0" encoding="UTF-8"?>
+<languages>
+ <language name="english">
+ Hello World
+ </language>
+ <language name="french">
+ Bonjour!!
+ </language>
+ <language name="spanish">
+ Hola!!
+ </language>
+ <language name="urban">
+ Yo!
+ </language>
+</languages>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.bpel?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.bpel Tue Feb 17 22:06:18 2009
@@ -1,85 +1,85 @@
-<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one
- ~ or more contributor license agreements. See the NOTICE file
- ~ distributed with this work for additional information
- ~ regarding copyright ownership. The ASF licenses this file
- ~ to you under the Apache License, Version 2.0 (the
- ~ "License"); you may not use this file except in compliance
- ~ with the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied. See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
--->
-
-<process
- name="TestCorrelation1"
- targetNamespace="http://ode/bpel/unit-test"
- xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
- 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://axis2.ode.apache.org"
- queryLanguage="urn:oasis:names:tc:ws2.0:sublang:xpath2.0"
- expressionLanguage="urn:oasis:names:tc:ws2.0:sublang:xpath2.0">
-
- <import location="TestCorrelation1.wsdl"
- namespace="http://ode/bpel/unit-test/testCorrelation1.wsdl"
- importType="http://schemas.xmlsoap.org/wsdl/" />
-
- <partnerLinks>
- <partnerLink name="testCorrelation1PL" partnerLinkType="test:testCorrelation1Request" myRole="testCorrelation1Service"/>
- </partnerLinks>
- <scope name="scope1">
- <variables>
- <variable messageType="test:operation1Request" name="input1"/>
- <variable messageType="test:operation2Request" name="input2"/>
- <variable messageType="test:operation3Request" name="input3"/>
- <variable messageType="test:operation3Response" name="output3"/>
- </variables>
- <correlationSets>
- <correlationSet name="correlationSet1" properties="test:testCorrelation1Variable1"/>
- </correlationSets>
- <flow>
- <sequence>
- <receive name="receive1" createInstance="yes" operation="operation1" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="input1">
- <correlations>
- <correlation set="correlationSet1" initiate="yes"></correlation>
- </correlations>
- </receive>
- <scope name="scope2">
- <correlationSets>
- <correlationSet name="correlationSet2" properties="test:testCorrelation1Variable1"/>
- </correlationSets>
- <flow>
- <sequence>
- <receive name="receive2" createInstance="no" operation="operation2" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="input2">
- <correlations>
- <correlation set="correlationSet1" initiate="no"></correlation>
- <correlation initiate="yes" set="correlationSet2"/>
- </correlations>
- </receive>
- <receive name="receive3" createInstance="no" operation="operation3" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="input3">
- <correlations>
- <correlation initiate="no" set="correlationSet2"/>
- </correlations>
- </receive>
- <assign name="assign1">
- <copy>
- <from>$input2.newParameter1/ns0:from</from>
- <to part="newParameter2" variable="output3"/>
- </copy>
- </assign>
- <reply name="reply" operation="operation3" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="output3"/>
- </sequence>
- </flow>
- </scope>
- </sequence>
- </flow>
- </scope>
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one
+ ~ or more contributor license agreements. See the NOTICE file
+ ~ distributed with this work for additional information
+ ~ regarding copyright ownership. The ASF licenses this file
+ ~ to you under the Apache License, Version 2.0 (the
+ ~ "License"); you may not use this file except in compliance
+ ~ with the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+-->
+
+<process
+ name="TestCorrelation1"
+ targetNamespace="http://ode/bpel/unit-test"
+ xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+ 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://axis2.ode.apache.org"
+ queryLanguage="urn:oasis:names:tc:ws2.0:sublang:xpath2.0"
+ expressionLanguage="urn:oasis:names:tc:ws2.0:sublang:xpath2.0">
+
+ <import location="TestCorrelation1.wsdl"
+ namespace="http://ode/bpel/unit-test/testCorrelation1.wsdl"
+ importType="http://schemas.xmlsoap.org/wsdl/" />
+
+ <partnerLinks>
+ <partnerLink name="testCorrelation1PL" partnerLinkType="test:testCorrelation1Request" myRole="testCorrelation1Service"/>
+ </partnerLinks>
+ <scope name="scope1">
+ <variables>
+ <variable messageType="test:operation1Request" name="input1"/>
+ <variable messageType="test:operation2Request" name="input2"/>
+ <variable messageType="test:operation3Request" name="input3"/>
+ <variable messageType="test:operation3Response" name="output3"/>
+ </variables>
+ <correlationSets>
+ <correlationSet name="correlationSet1" properties="test:testCorrelation1Variable1"/>
+ </correlationSets>
+ <flow>
+ <sequence>
+ <receive name="receive1" createInstance="yes" operation="operation1" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="input1">
+ <correlations>
+ <correlation set="correlationSet1" initiate="yes"></correlation>
+ </correlations>
+ </receive>
+ <scope name="scope2">
+ <correlationSets>
+ <correlationSet name="correlationSet2" properties="test:testCorrelation1Variable1"/>
+ </correlationSets>
+ <flow>
+ <sequence>
+ <receive name="receive2" createInstance="no" operation="operation2" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="input2">
+ <correlations>
+ <correlation set="correlationSet1" initiate="no"></correlation>
+ <correlation initiate="yes" set="correlationSet2"/>
+ </correlations>
+ </receive>
+ <receive name="receive3" createInstance="no" operation="operation3" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="input3">
+ <correlations>
+ <correlation initiate="no" set="correlationSet2"/>
+ </correlations>
+ </receive>
+ <assign name="assign1">
+ <copy>
+ <from>$input2.newParameter1/ns0:from</from>
+ <to part="newParameter2" variable="output3"/>
+ </copy>
+ </assign>
+ <reply name="reply" operation="operation3" partnerLink="testCorrelation1PL" portType="test:testCorrelation1PT" variable="output3"/>
+ </sequence>
+ </flow>
+ </scope>
+ </sequence>
+ </flow>
+ </scope>
</process>
\ No newline at end of file
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/TestCorrelation1.wsdl Tue Feb 17 22:06:18 2009
@@ -1,106 +1,106 @@
-<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one
- ~ or more contributor license agreements. See the NOTICE file
- ~ distributed with this work for additional information
- ~ regarding copyright ownership. The ASF licenses this file
- ~ to you under the Apache License, Version 2.0 (the
- ~ "License"); you may not use this file except in compliance
- ~ with the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied. See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
--->
-
-<wsdl:definitions
- targetNamespace="http://ode/bpel/unit-test.wsdl"
- xmlns="http://schemas.xmlsoap.org/wsdl/"
- xmlns:tns="http://ode/bpel/unit-test.wsdl"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
- xmlns:ns0="http://www.w3schools.com"
- xmlns:ns1="http://ode/bpel/unit-test/testCorrelation1.wsdl.types"
- xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
- xmlns:prop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
- xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
- <wsdl:types>
- <xsd:schema targetNamespace="http://ode/bpel/unit-test/testCorrelation1.wsdl.types" xmlns="http://ode/bpel/unit-test/testCorrelation1.wsdl.types" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-
- <xsd:element name="simpleString" type="xsd:string"/>
- </xsd:schema>
- <xs:schema elementFormDefault="qualified" targetNamespace="http://www.w3schools.com" xmlns="http://www.w3schools.com" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-
- <xs:element name="note">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="to" type="xs:string"/>
- <xs:element name="from" type="xs:string"/>
- <xs:element name="heading" type="xs:string"/>
- <xs:element name="body" type="xs:string"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
-
- </xs:schema>
- </wsdl:types>
- <wsdl:message name="operation2Request">
- <wsdl:part name="newParameter1" element="ns0:note"/>
- </wsdl:message>
- <wsdl:message name="operation3Request">
- <wsdl:part name="newParameter1" element="ns1:simpleString"/>
- </wsdl:message>
- <wsdl:message name="operation1Request">
- <wsdl:part name="newParameter1" type="xsd:string"/>
- </wsdl:message>
- <wsdl:message name="operation3Response">
- <wsdl:part name="newParameter2" type="xsd:string"/>
- </wsdl:message>
- <wsdl:portType name="testCorrelation1PT">
- <wsdl:operation name="operation3">
- <wsdl:input name="operation3Input" message="tns:operation3Request"/>
- <wsdl:output name="operation3Output" message="tns:operation3Response"/>
- </wsdl:operation>
- <wsdl:operation name="operation2">
- <wsdl:input name="operation2Input" message="tns:operation2Request"/>
- </wsdl:operation>
- <wsdl:operation name="operation1">
- <wsdl:input name="operation1Input" message="tns:operation1Request"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="testCorrelation1Binding" type="tns:testCorrelation1PT">
- <wsdl:operation name="operation3">
- <wsdl:input name="operation3Input"> </wsdl:input>
- <wsdl:output name="operation3Output"> </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="operation2">
- <wsdl:input name="operation2Input"> </wsdl:input>
- </wsdl:operation>
- <wsdl:operation name="operation1">
- <wsdl:input name="operation1Input"> </wsdl:input>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="testCorrelation1Service">
- <wsdl:port name="testCorrelation1Port" binding="tns:testCorrelation1Binding">
- <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
- </wsdl:port>
- </wsdl:service>
-
- <plnk:partnerLinkType name="testCorrelation1Request">
- <plnk:role name="testCorrelation1Service" portType="testCorrelation1PT"/>
- </plnk:partnerLinkType>
-
- <prop:property name="testCorrelation1Variable1" type="xsd:string"/>
- <prop:propertyAlias messageType="tns:operation2Request" part="newParameter1" propertyName="tns:testCorrelation1Variable1">
- <prop:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">ns0:to</prop:query>
- </prop:propertyAlias>
- <prop:propertyAlias messageType="tns:operation3Request" part="newParameter1" propertyName="tns:testCorrelation1Variable1">
- </prop:propertyAlias>
- <prop:propertyAlias messageType="tns:operation1Request" part="newParameter1" propertyName="tns:testCorrelation1Variable1">
- </prop:propertyAlias>
-</wsdl:definitions>
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one
+ ~ or more contributor license agreements. See the NOTICE file
+ ~ distributed with this work for additional information
+ ~ regarding copyright ownership. The ASF licenses this file
+ ~ to you under the Apache License, Version 2.0 (the
+ ~ "License"); you may not use this file except in compliance
+ ~ with the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
+-->
+
+<wsdl:definitions
+ targetNamespace="http://ode/bpel/unit-test.wsdl"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:tns="http://ode/bpel/unit-test.wsdl"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:ns0="http://www.w3schools.com"
+ xmlns:ns1="http://ode/bpel/unit-test/testCorrelation1.wsdl.types"
+ xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+ xmlns:prop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
+ xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
+ <wsdl:types>
+ <xsd:schema targetNamespace="http://ode/bpel/unit-test/testCorrelation1.wsdl.types" xmlns="http://ode/bpel/unit-test/testCorrelation1.wsdl.types" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+
+ <xsd:element name="simpleString" type="xsd:string"/>
+ </xsd:schema>
+ <xs:schema elementFormDefault="qualified" targetNamespace="http://www.w3schools.com" xmlns="http://www.w3schools.com" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <xs:element name="note">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element name="to" type="xs:string"/>
+ <xs:element name="from" type="xs:string"/>
+ <xs:element name="heading" type="xs:string"/>
+ <xs:element name="body" type="xs:string"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+
+ </xs:schema>
+ </wsdl:types>
+ <wsdl:message name="operation2Request">
+ <wsdl:part name="newParameter1" element="ns0:note"/>
+ </wsdl:message>
+ <wsdl:message name="operation3Request">
+ <wsdl:part name="newParameter1" element="ns1:simpleString"/>
+ </wsdl:message>
+ <wsdl:message name="operation1Request">
+ <wsdl:part name="newParameter1" type="xsd:string"/>
+ </wsdl:message>
+ <wsdl:message name="operation3Response">
+ <wsdl:part name="newParameter2" type="xsd:string"/>
+ </wsdl:message>
+ <wsdl:portType name="testCorrelation1PT">
+ <wsdl:operation name="operation3">
+ <wsdl:input name="operation3Input" message="tns:operation3Request"/>
+ <wsdl:output name="operation3Output" message="tns:operation3Response"/>
+ </wsdl:operation>
+ <wsdl:operation name="operation2">
+ <wsdl:input name="operation2Input" message="tns:operation2Request"/>
+ </wsdl:operation>
+ <wsdl:operation name="operation1">
+ <wsdl:input name="operation1Input" message="tns:operation1Request"/>
+ </wsdl:operation>
+ </wsdl:portType>
+ <wsdl:binding name="testCorrelation1Binding" type="tns:testCorrelation1PT">
+ <wsdl:operation name="operation3">
+ <wsdl:input name="operation3Input"> </wsdl:input>
+ <wsdl:output name="operation3Output"> </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="operation2">
+ <wsdl:input name="operation2Input"> </wsdl:input>
+ </wsdl:operation>
+ <wsdl:operation name="operation1">
+ <wsdl:input name="operation1Input"> </wsdl:input>
+ </wsdl:operation>
+ </wsdl:binding>
+ <wsdl:service name="testCorrelation1Service">
+ <wsdl:port name="testCorrelation1Port" binding="tns:testCorrelation1Binding">
+ <soap:address location="http://localhost:8888/ode/processes/helloWorld"/>
+ </wsdl:port>
+ </wsdl:service>
+
+ <plnk:partnerLinkType name="testCorrelation1Request">
+ <plnk:role name="testCorrelation1Service" portType="testCorrelation1PT"/>
+ </plnk:partnerLinkType>
+
+ <prop:property name="testCorrelation1Variable1" type="xsd:string"/>
+ <prop:propertyAlias messageType="tns:operation2Request" part="newParameter1" propertyName="tns:testCorrelation1Variable1">
+ <prop:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">ns0:to</prop:query>
+ </prop:propertyAlias>
+ <prop:propertyAlias messageType="tns:operation3Request" part="newParameter1" propertyName="tns:testCorrelation1Variable1">
+ </prop:propertyAlias>
+ <prop:propertyAlias messageType="tns:operation1Request" part="newParameter1" propertyName="tns:testCorrelation1Variable1">
+ </prop:propertyAlias>
+</wsdl:definitions>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanCorrelation_None/deploy.xml Tue Feb 17 22:06:18 2009
@@ -1,31 +1,31 @@
<!--
- ~ Licensed to the Apache Software Foundation (ASF) under one
- ~ or more contributor license agreements. See the NOTICE file
- ~ distributed with this work for additional information
- ~ regarding copyright ownership. The ASF licenses this file
- ~ to you under the Apache License, Version 2.0 (the
- ~ "License"); you may not use this file except in compliance
- ~ with the License. You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing,
- ~ software distributed under the License is distributed on an
- ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- ~ KIND, either express or implied. See the License for the
- ~ specific language governing permissions and limitations
- ~ under the License.
+ ~ Licensed to the Apache Software Foundation (ASF) under one
+ ~ or more contributor license agreements. See the NOTICE file
+ ~ distributed with this work for additional information
+ ~ regarding copyright ownership. The ASF licenses this file
+ ~ to you under the Apache License, Version 2.0 (the
+ ~ "License"); you may not use this file except in compliance
+ ~ with the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing,
+ ~ software distributed under the License is distributed on an
+ ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ~ KIND, either express or implied. See the License for the
+ ~ specific language governing permissions and limitations
+ ~ under the License.
-->
<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
- xmlns:pns="http://ode/bpel/unit-test/testCorrelation1"
- xmlns:wns="http://ode/bpel/unit-test/testCorrelation1.wsdl">
+ xmlns:pns="http://ode/bpel/unit-test/testCorrelation1"
+ xmlns:wns="http://ode/bpel/unit-test/testCorrelation1.wsdl">
- <process name="pns:TestCorrelation1">
- <active>true</active>
- <provide partnerLink="testCorrelation1PL">
- <service name="wns:testCorrelation1Service" port="testCorrelation1Port"/>
- </provide>
- </process>
+ <process name="pns:TestCorrelation1">
+ <active>true</active>
+ <provide partnerLink="testCorrelation1PL">
+ <service name="wns:testCorrelation1Service" port="testCorrelation1Port"/>
+ </provide>
+ </process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/GetTime.xsd
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/GetTime.xsd?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/GetTime.xsd (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/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/TestCleanFailure/TimeService.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/TimeService.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/TimeService.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/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://fake.nonexistentsite.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://fake.nonexistentsite.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/TestCleanFailure/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/deploy.xml Tue Feb 17 22:06:18 2009
@@ -1,21 +1,21 @@
<?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: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:process>
</dd:deploy>
\ No newline at end of file
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/testRequest.soap
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/testRequest.soap?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/testRequest.soap (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFailure/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/TestCleanFault_All/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_All/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_All/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_All/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/TestCleanFault_All/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_All/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_All/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_All/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,18 +17,18 @@
~ 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>
- <cleanup on="always" />
+ <cleanup on="always" />
</process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Correlations/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Correlations/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Correlations/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Correlations/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/TestCleanFault_Correlations/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Correlations/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Correlations/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Correlations/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,20 +17,20 @@
~ 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>
- <cleanup on="always">
- <category>correlations</category>
- </cleanup>
+ <cleanup on="always">
+ <category>correlations</category>
+ </cleanup>
</process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Events/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Events/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Events/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Events/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/TestCleanFault_Events/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Events/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Events/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Events/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,20 +17,20 @@
~ 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>
- <cleanup on="always">
- <category>events</category>
- </cleanup>
+ <cleanup on="always">
+ <category>events</category>
+ </cleanup>
</process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Instance/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Instance/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Instance/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Instance/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/TestCleanFault_Instance/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Instance/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Instance/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Instance/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,20 +17,20 @@
~ 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>
- <cleanup on="always">
- <category>instance</category>
- </cleanup>
+ <cleanup on="always">
+ <category>instance</category>
+ </cleanup>
</process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_MessageCorrEvents/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_MessageCorrEvents/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_MessageCorrEvents/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_MessageCorrEvents/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/TestCleanFault_MessageCorrEvents/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_MessageCorrEvents/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_MessageCorrEvents/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_MessageCorrEvents/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,22 +17,22 @@
~ 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>
- <cleanup on="always">
- <category>messages</category>
- <category>correlations</category>
- <category>events</category>
- </cleanup>
+ <cleanup on="always">
+ <category>messages</category>
+ <category>correlations</category>
+ <category>events</category>
+ </cleanup>
</process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Messages/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Messages/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Messages/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Messages/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/TestCleanFault_Messages/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Messages/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Messages/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Messages/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,20 +17,20 @@
~ 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>
- <cleanup on="always">
- <category>messages</category>
- </cleanup>
+ <cleanup on="always">
+ <category>messages</category>
+ </cleanup>
</process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_None/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_None/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_None/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_None/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/TestCleanFault_None/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_None/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_None/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_None/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/TestCleanFault_Variables/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Variables/HelloWorld2.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Variables/HelloWorld2.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Variables/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/TestCleanFault_Variables/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Variables/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Variables/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanFault_Variables/deploy.xml Tue Feb 17 22:06:18 2009
@@ -17,20 +17,20 @@
~ 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>
- <cleanup on="always">
- <category>variables</category>
- </cleanup>
+ <cleanup on="always">
+ <category>variables</category>
+ </cleanup>
</process>
</deploy>
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/GetTime.xsd
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/GetTime.xsd?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/GetTime.xsd (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/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_All/TimeService.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/TimeService.wsdl?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/TimeService.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/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_All/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/deploy.xml?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/deploy.xml Tue Feb 17 22:06:18 2009
@@ -1,21 +1,21 @@
<?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: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:process>
</dd:deploy>
\ No newline at end of file
Modified: ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/testRequest.soap
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/testRequest.soap?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/testRequest.soap (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_All/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_Correlations/GetTime.xsd
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Correlations/GetTime.xsd?rev=745271&r1=745270&r2=745271&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Correlations/GetTime.xsd (original)
+++ ode/branches/APACHE_ODE_1.X/axis2-war/src/test/resources/TestCleanSuccess_Correlations/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>
+
|