summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-22 13:26:40 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-22 13:26:40 +0000
commita2ae31eae339aafa262ea2defee6c23ec0df46b1 (patch)
treea100832f093e3db2bb7c3f65a26f53d19b61e748 /sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src
parent3d503ece6dbb523180671a50e079e31862309182 (diff)
Add the asyncInvocation intent to the WSDL interface
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1037712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src')
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl b/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl
index 8a148bb5e8..dc236073ca 100644
--- a/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl
+++ b/sca-java-2.x/trunk/unreleased/samples/implementation-sample-async/src/test/resources/Upper.wsdl
@@ -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" />