Author: slaws
Date: Mon Nov 22 13:26:40 2010
New Revision: 1037712

URL: http://svn.apache.org/viewvc?rev=1037712&view=rev
Log:
Add the asyncInvocation intent to the WSDL interface

Modified:
    
tuscany/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl

Modified: 
tuscany/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl?rev=1037712&r1=1037711&r2=1037712&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl
 (original)
+++ 
tuscany/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl
 Mon Nov 22 13:26:40 2010
@@ -20,6 +20,7 @@
 <wsdl:definitions targetNamespace="http://sample/upper"; 
xmlns:tns="http://sample/upper";
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
     xmlns:xsd="http://www.w3.org/2001/XMLSchema";
+    xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912";
        name="Upper">
 
     <wsdl:types>
@@ -52,7 +53,7 @@
         <wsdl:part element="tns:upperResponse" name="parameters" />
     </wsdl:message>
 
-    <wsdl:portType name="Upper">
+    <wsdl:portType name="Upper" sca:requires="sca:asyncInvocation">
         <wsdl:operation name="upper">
             <wsdl:input message="tns:upperRequest" name="upperRequest" />
             <wsdl:output message="tns:upperResponse" name="upperResponse" />


Reply via email to