Author: edwardsmj
Date: Tue Jun 22 09:05:28 2010
New Revision: 956828
URL: http://svn.apache.org/viewvc?rev=956828&view=rev
Log:
Adding @mayProvide="sca:asyncInvocation" as first step in support of async
service invocation
Modified:
tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
Modified:
tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml?rev=956828&r1=956827&r2=956828&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
(original)
+++
tuscany/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/resources/org/apache/tuscany/sca/binding/ws/axis2/definitions.xml
Tue Jun 22 09:05:28 2010
@@ -25,7 +25,10 @@
xmlns:sca="http://docs.oasis-open.org/ns/opencsa/sca/200912"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1">
- <sca:bindingType type="sca:binding.ws" mayProvide="sca:SOAP sca:SOAP.v1_1
sca:SOAP.v1_2 tuscany:MTOM" alwaysProvides=""/>
+ <!-- MJE 22/06/2010 - add asyncInvocation to the @mayProvide list, for
async services support -->
+ <sca:bindingType type="sca:binding.ws"
+ mayProvide="sca:SOAP sca:SOAP.v1_1 sca:SOAP.v1_2
tuscany:MTOM sca:asyncInvocation"
+ alwaysProvides=""/>
<!-- see the file sca-policy-1.1-intents-definitions.xml in the -->
<!-- assembly-xsd module for spec defined intents -->