[jboss-svn-commits] JBL Code SVN: r33486 - in labs/jbosstm/trunk/XTS: WS-T/dev/dd/wscoor1.1/wsdl and 5 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jun 14 04:57:39 EDT 2010


Author: adinn
Date: 2010-06-14 04:57:38 -0400 (Mon, 14 Jun 2010)
New Revision: 33486

Modified:
   labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl
   labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java
   labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/InitiatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/ParticipantPortTypeImpl.java
   labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java
   labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java
   labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java
Log:
updated WSDL to be compatible with latest 1.1 published version with no wsa:Action attributes and modified SEI classes to employ @Action annotations on web methods instead -- fixes JBTM-749 but probably also needs porting to 4.6.1 CP branch

Modified: labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl	2010-06-14 08:57:38 UTC (rev 33486)
@@ -36,18 +36,14 @@
   <!-- Port Types -->
   <wsdl:portType name="ActivationPortType">
     <wsdl:operation name="CreateCoordinationContextOperation">
-      <wsdl:input message="wscoor:CreateCoordinationContext"
-        wsa:Action="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/CreateCoordinationContext"/>
-      <wsdl:output message="wscoor:CreateCoordinationContextResponse"
-        wsa:Action="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/CreateCoordinationContextResponse"/>
+      <wsdl:input message="wscoor:CreateCoordinationContext"/>
+      <wsdl:output message="wscoor:CreateCoordinationContextResponse"/>
     </wsdl:operation>
   </wsdl:portType>
   <wsdl:portType name="RegistrationPortType">
     <wsdl:operation name="RegisterOperation">
-      <wsdl:input message="wscoor:Register"
-        wsa:Action="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/Register"/>
-      <wsdl:output message="wscoor:RegisterResponse"
-        wsa:Action="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/RegisterResponse"/>
+      <wsdl:input message="wscoor:Register"/>
+      <wsdl:output message="wscoor:RegisterResponse"/>
     </wsdl:operation>
   </wsdl:portType>
 </wsdl:definitions>

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl	2010-06-14 08:57:38 UTC (rev 33486)
@@ -43,54 +43,43 @@
     <!-- Port Types -->
     <wsdl:portType name="CompletionCoordinatorPortType">
         <wsdl:operation name="CommitOperation">
-            <wsdl:input message="wsat:Commit"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Commit"/>
+            <wsdl:input message="wsat:Commit"/>
         </wsdl:operation>
         <wsdl:operation name="RollbackOperation">
-            <wsdl:input message="wsat:Rollback"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Rollback"/>
+            <wsdl:input message="wsat:Rollback"/>
         </wsdl:operation>
     </wsdl:portType>
     <wsdl:portType name="CompletionInitiatorPortType">
         <wsdl:operation name="CommittedOperation">
-            <wsdl:input message="wsat:Committed"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Committed"/>
+            <wsdl:input message="wsat:Committed"/>
         </wsdl:operation>
         <wsdl:operation name="AbortedOperation">
-            <wsdl:input message="wsat:Aborted"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Aborted"/>
+            <wsdl:input message="wsat:Aborted"/>
         </wsdl:operation>
     </wsdl:portType>
     <wsdl:portType name="CoordinatorPortType">
         <wsdl:operation name="PreparedOperation">
-            <wsdl:input message="wsat:Prepared"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Prepared"/>
+            <wsdl:input message="wsat:Prepared"/>
         </wsdl:operation>
         <wsdl:operation name="AbortedOperation">
-            <wsdl:input message="wsat:Aborted"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Aborted"/>
+            <wsdl:input message="wsat:Aborted"/>
         </wsdl:operation>
         <wsdl:operation name="ReadOnlyOperation">
-            <wsdl:input message="wsat:ReadOnly"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/ReadOnly"/>
+            <wsdl:input message="wsat:ReadOnly"/>
         </wsdl:operation>
         <wsdl:operation name="CommittedOperation">
-            <wsdl:input message="wsat:Committed"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Committed"/>
+            <wsdl:input message="wsat:Committed"/>
         </wsdl:operation>
     </wsdl:portType>
     <wsdl:portType name="ParticipantPortType">
         <wsdl:operation name="PrepareOperation">
-            <wsdl:input message="wsat:Prepare"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Prepare"/>
+            <wsdl:input message="wsat:Prepare"/>
         </wsdl:operation>
         <wsdl:operation name="CommitOperation">
-            <wsdl:input message="wsat:Commit"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Commit"/>
+            <wsdl:input message="wsat:Commit"/>
         </wsdl:operation>
         <wsdl:operation name="RollbackOperation">
-            <wsdl:input message="wsat:Rollback"
-              wsa:Action="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Rollback"/>
+            <wsdl:input message="wsat:Rollback"/>
         </wsdl:operation>
     </wsdl:portType>
 </wsdl:definitions>

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionCoordinatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -7,6 +7,7 @@
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
 import javax.annotation.Resource;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.handler.MessageContext;
 import javax.xml.ws.soap.Addressing;
@@ -42,6 +43,7 @@
      */
     @WebMethod(operationName = "CommitOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Commit")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Commit")
     public void commitOperation(
         @WebParam(name = "Commit", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -64,6 +66,7 @@
      */
     @WebMethod(operationName = "RollbackOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Rollback")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Rollback")
     public void rollbackOperation(
         @WebParam(name = "Rollback", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CompletionInitiatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -8,6 +8,7 @@
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
 import javax.annotation.Resource;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.soap.Addressing;
 import javax.xml.ws.handler.MessageContext;
@@ -46,6 +47,7 @@
      */
     @WebMethod(operationName = "CommittedOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Committed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Committed")
     public void committedOperation(
         @WebParam(name = "Committed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -68,6 +70,7 @@
      */
     @WebMethod(operationName = "AbortedOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Aborted")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Aborted")
     public void abortedOperation(
         @WebParam(name = "Aborted", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -86,6 +89,7 @@
 
     @WebMethod(operationName = "fault", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/fault")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/fault")
     public void fault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
             Fault fault)

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/CoordinatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -8,6 +8,7 @@
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
 import javax.annotation.Resource;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.soap.Addressing;
 import javax.xml.ws.handler.MessageContext;
@@ -46,6 +47,7 @@
      */
     @WebMethod(operationName = "PreparedOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Prepared")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Prepared")
     public void preparedOperation(
         @WebParam(name = "Prepared", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -68,6 +70,7 @@
      */
     @WebMethod(operationName = "AbortedOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Aborted")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Aborted")
     public void abortedOperation(
         @WebParam(name = "Aborted", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -90,6 +93,7 @@
      */
     @WebMethod(operationName = "ReadOnlyOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/ReadOnly")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/ReadOnly")
     public void readOnlyOperation(
         @WebParam(name = "ReadOnly", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -112,6 +116,7 @@
      */
     @WebMethod(operationName = "CommittedOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Committed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Committed")
     public void committedOperation(
         @WebParam(name = "Committed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -130,6 +135,7 @@
 
     @WebMethod(operationName = "fault", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/fault")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/fault")
     public void fault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
             Fault fault)

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsat/sei/ParticipantPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -8,6 +8,7 @@
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
 import javax.annotation.Resource;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.soap.Addressing;
 import javax.xml.ws.handler.MessageContext;
@@ -46,6 +47,7 @@
      */
     @WebMethod(operationName = "PrepareOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Prepare")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Prepare")
     public void prepareOperation(
         @WebParam(name = "Prepare", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -68,6 +70,7 @@
      */
     @WebMethod(operationName = "CommitOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Commit")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Committ")
     public void commitOperation(
         @WebParam(name = "Commit", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -90,6 +93,7 @@
      */
     @WebMethod(operationName = "RollbackOperation", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/Rollback")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/Rollback")
     public void rollbackOperation(
         @WebParam(name = "Rollback", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsat/2006/06", partName = "parameters")
         Notification parameters)
@@ -108,6 +112,7 @@
 
     @WebMethod(operationName = "fault", action = "http://docs.oasis-open.org/ws-tx/wsat/2006/06/fault")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsat/2006/06/fault")
     public void fault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
             Fault fault)

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionCoordinatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -18,6 +18,7 @@
 import javax.annotation.Resource;
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.soap.Addressing;
 import javax.xml.ws.handler.MessageContext;
@@ -48,6 +49,7 @@
      */
     @WebMethod(operationName = "CompletedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Completed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Completed")
     public void completedOperation(
         @WebParam(name = "Completed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -70,6 +72,7 @@
      */
     @WebMethod(operationName = "FailOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Fail")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Fail")
     public void failOperation(
         @WebParam(name = "Fail", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         ExceptionType parameters)
@@ -92,6 +95,7 @@
      */
     @WebMethod(operationName = "CompensatedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensated")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensated")
     public void compensatedOperation(
         @WebParam(name = "Compensated", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -114,6 +118,7 @@
      */
     @WebMethod(operationName = "ClosedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Closed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Closed")
     public void closedOperation(
         @WebParam(name = "Closed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -136,6 +141,7 @@
      */
     @WebMethod(operationName = "CanceledOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Canceled")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Canceled")
     public void canceledOperation(
         @WebParam(name = "Canceled", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -158,6 +164,7 @@
      */
     @WebMethod(operationName = "ExitOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exit")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exit")
     public void exitOperation(
         @WebParam(name = "Exit", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -180,6 +187,7 @@
      */
     @WebMethod(operationName = "CannotComplete", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/CannotComplete")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/CannotComplete")
     public void cannotComplete(
         @WebParam(name = "CannotComplete", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -202,6 +210,7 @@
      */
     @WebMethod(operationName = "GetStatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     public void getStatusOperation(
         @WebParam(name = "GetStatus", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -224,6 +233,7 @@
      */
     @WebMethod(operationName = "StatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     public void statusOperation(
         @WebParam(name = "Status", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         StatusType parameters)
@@ -242,6 +252,7 @@
 
     @WebMethod(operationName = "fault", action = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     public void fault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
             Fault fault)

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithCoordinatorCompletionParticipantPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -17,6 +17,7 @@
 import javax.annotation.Resource;
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.handler.MessageContext;
 import javax.xml.ws.soap.Addressing;
@@ -47,6 +48,7 @@
      */
     @WebMethod(operationName = "CompleteOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Complete")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Complete")
     public void completeOperation(
         @WebParam(name = "Complete", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -69,6 +71,7 @@
      */
     @WebMethod(operationName = "CloseOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Close")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Close")
     public void closeOperation(
         @WebParam(name = "Close", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -91,6 +94,7 @@
      */
     @WebMethod(operationName = "CancelOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Cancel")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Cancel")
     public void cancelOperation(
         @WebParam(name = "Cancel", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -113,6 +117,7 @@
      */
     @WebMethod(operationName = "CompensateOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensate")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensate")
     public void compensateOperation(
         @WebParam(name = "Compensate", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -135,6 +140,7 @@
      */
     @WebMethod(operationName = "FailedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Failed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Failed")
     public void failedOperation(
         @WebParam(name = "Failed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -157,6 +163,7 @@
      */
     @WebMethod(operationName = "ExitedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exited")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exited")
     public void exitedOperation(
         @WebParam(name = "Exited", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -179,6 +186,7 @@
      */
     @WebMethod(operationName = "NotCompleted", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/NotCompleted")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/NotCompleted")
     public void notCompleted(
         @WebParam(name = "NotCompleted", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -201,6 +209,7 @@
      */
     @WebMethod(operationName = "GetStatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     public void getStatusOperation(
         @WebParam(name = "GetStatus", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -223,6 +232,7 @@
      */
     @WebMethod(operationName = "StatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     public void statusOperation(
         @WebParam(name = "Status", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         StatusType parameters)
@@ -241,6 +251,7 @@
 
     @WebMethod(operationName = "fault", action = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     public void fault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
             Fault fault)

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionCoordinatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -18,6 +18,7 @@
 import javax.annotation.Resource;
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.handler.MessageContext;
 import javax.xml.ws.soap.Addressing;
@@ -47,6 +48,7 @@
      */
     @WebMethod(operationName = "CompletedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Completed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Completed")
     public void completedOperation(
         @WebParam(name = "Completed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -69,6 +71,7 @@
      */
     @WebMethod(operationName = "FailOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Fail")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Fail")
     public void failOperation(
         @WebParam(name = "Fail", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         ExceptionType parameters)
@@ -91,6 +94,7 @@
      */
     @WebMethod(operationName = "CompensatedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensated")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensated")
     public void compensatedOperation(
         @WebParam(name = "Compensated", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -113,6 +117,7 @@
      */
     @WebMethod(operationName = "ClosedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Closed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Closed")
     public void closedOperation(
         @WebParam(name = "Closed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -135,6 +140,7 @@
      */
     @WebMethod(operationName = "CanceledOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Canceled")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Canceled")
     public void canceledOperation(
         @WebParam(name = "Canceled", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -157,6 +163,7 @@
      */
     @WebMethod(operationName = "ExitOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exit")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exit")
     public void exitOperation(
         @WebParam(name = "Exit", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -179,6 +186,7 @@
      */
     @WebMethod(operationName = "CannotComplete", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/CannotComplete")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/CannotComplete")
     public void cannotComplete(
         @WebParam(name = "CannotComplete", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -201,6 +209,7 @@
      */
     @WebMethod(operationName = "GetStatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     public void getStatusOperation(
         @WebParam(name = "GetStatus", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -223,6 +232,7 @@
      */
     @WebMethod(operationName = "StatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     public void statusOperation(
         @WebParam(name = "Status", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         StatusType parameters)
@@ -241,6 +251,7 @@
 
     @WebMethod(operationName = "fault", action = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     public void fault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
             Fault fault)

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src11/com/arjuna/webservices11/wsba/sei/BusinessAgreementWithParticipantCompletionParticipantPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -17,6 +17,7 @@
 import javax.annotation.Resource;
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.Action;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.handler.MessageContext;
 import javax.xml.ws.soap.Addressing;
@@ -47,6 +48,7 @@
      */
     @WebMethod(operationName = "CloseOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Close")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Close")
     public void closeOperation(
         @WebParam(name = "Close", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -68,6 +70,7 @@
      */
     @WebMethod(operationName = "CancelOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Cancel")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Cancel")
     public void cancelOperation(
         @WebParam(name = "Cancel", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -90,6 +93,7 @@
      */
     @WebMethod(operationName = "CompensateOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensate")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Compensate")
     public void compensateOperation(
         @WebParam(name = "Compensate", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -112,6 +116,7 @@
      */
     @WebMethod(operationName = "FailedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Failed")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Failed")
     public void failedOperation(
         @WebParam(name = "Failed", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -134,6 +139,7 @@
      */
     @WebMethod(operationName = "ExitedOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exited")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Exited")
     public void exitedOperation(
         @WebParam(name = "Exited", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -156,6 +162,7 @@
      */
     @WebMethod(operationName = "NotCompleted", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/NotCompleted")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/NotCompleted")
     public void notCompleted(
         @WebParam(name = "NotCompleted", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -178,6 +185,7 @@
      */
     @WebMethod(operationName = "GetStatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/GetStatus")
     public void getStatusOperation(
         @WebParam(name = "GetStatus", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         NotificationType parameters)
@@ -200,6 +208,7 @@
      */
     @WebMethod(operationName = "StatusOperation", action = "http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wsba/2006/06/Status")
     public void statusOperation(
         @WebParam(name = "Status", targetNamespace = "http://docs.oasis-open.org/ws-tx/wsba/2006/06", partName = "parameters")
         StatusType parameters)
@@ -218,6 +227,7 @@
 
     @WebMethod(operationName = "fault", action = "http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     @Oneway
+    @Action(input="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/fault")
     public void fault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")
             Fault fault)

Modified: labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/InitiatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/InitiatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/InitiatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -26,6 +26,7 @@
 import com.arjuna.webservices11.wsaddr.AddressingHelper;
 import org.jboss.wsf.common.addressing.MAP;
 
+import javax.xml.ws.Action;
 import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.soap.Addressing;
@@ -66,6 +67,7 @@
      */
     @WebMethod(operationName = "Response", action = "http://www.wstf.org/docs/scenarios/sc007/Response")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/Response")
     @RequestWrapper(localName = "Response", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void response()
     {
@@ -77,6 +79,7 @@
 
     @WebMethod(operationName = "SoapFault", action = "http://www.wstf.org/docs/scenarios/sc007/SoapFault")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/SoapFault")
     @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
     public void soapFault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")

Modified: labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/ParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/ParticipantPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/sei/ParticipantPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -33,6 +33,7 @@
 
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.Action;
 import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.ProtocolException;
@@ -66,6 +67,7 @@
      */
     @WebMethod(operationName = "CompletionCommit", action = "http://www.wstf.org/docs/scenarios/sc007/CompletionCommit")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/CompletionCommit")
     @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
     public void completionCommit(
             @WebParam(name = "CompletionCommit", targetNamespace = "http://www.wstf.org/sc007", partName = "parameters")
@@ -88,6 +90,7 @@
      */
     @WebMethod(operationName = "CompletionRollback", action = "http://www.wstf.org/docs/scenarios/sc007/CompletionRollback")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/CmopletionRollback")
     @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
     public void completionRollback(
         @WebParam(name = "CompletionRollback", targetNamespace = "http://www.wstf.org/sc007", partName = "parameters")
@@ -109,6 +112,7 @@
      */
     @WebMethod(operationName = "Commit", action = "http://www.wstf.org/docs/scenarios/sc007/Commit")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/Commit")
     @RequestWrapper(localName = "Commit", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void commit()
     {
@@ -129,6 +133,7 @@
      */
     @WebMethod(operationName = "Rollback", action = "http://www.wstf.org/docs/scenarios/sc007/Rollback")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/Rollback")
     @RequestWrapper(localName = "Rollback", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void rollback()
     {
@@ -149,6 +154,7 @@
      */
     @WebMethod(operationName = "Phase2Rollback", action = "http://www.wstf.org/docs/scenarios/sc007/Phase2Rollback")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/Phase2Rollback")
     @RequestWrapper(localName = "Phase2Rollback", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void phase2Rollback()
     {
@@ -169,6 +175,7 @@
      */
     @WebMethod(operationName = "Readonly", action = "http://www.wstf.org/docs/scenarios/sc007/Readonly")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/Readonly")
     @RequestWrapper(localName = "Readonly", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void readonly()
     {
@@ -189,6 +196,7 @@
      */
     @WebMethod(operationName = "VolatileAndDurable", action = "http://www.wstf.org/docs/scenarios/sc007/VolatileAndDurable")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/VolatileAndDurable")
     @RequestWrapper(localName = "VolatileAndDurable", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void volatileAndDurable()
     {
@@ -209,6 +217,7 @@
      */
     @WebMethod(operationName = "EarlyReadonly", action = "http://www.wstf.org/docs/scenarios/sc007/EarlyReadonly")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/EarlyReadOnly")
     @RequestWrapper(localName = "EarlyReadonly", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void earlyReadonly()
     {
@@ -229,6 +238,7 @@
      */
     @WebMethod(operationName = "EarlyAborted", action = "http://www.wstf.org/docs/scenarios/sc007/EarlyAborted")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/EarlyAborted")
     @RequestWrapper(localName = "EarlyAborted", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void earlyAborted()
     {
@@ -249,6 +259,7 @@
      */
     @WebMethod(operationName = "ReplayCommit", action = "http://www.wstf.org/docs/scenarios/sc007/ReplayCommit")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/ReplayCommit")
     @RequestWrapper(localName = "ReplayCommit", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void replayCommit()
     {
@@ -269,6 +280,7 @@
      */
     @WebMethod(operationName = "RetryPreparedCommit", action = "http://www.wstf.org/docs/scenarios/sc007/RetryPreparedCommit")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/RetryPreparedCommit")
     @RequestWrapper(localName = "RetryPreparedCommit", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void retryPreparedCommit()
     {
@@ -289,6 +301,7 @@
      */
     @WebMethod(operationName = "RetryPreparedAbort", action = "http://www.wstf.org/docs/scenarios/sc007/RetryPreparedAbort")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/RetryPreparedAbort")
     @RequestWrapper(localName = "RetryPreparedAbort", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void retryPreparedAbort()
     {
@@ -309,6 +322,7 @@
      */
     @WebMethod(operationName = "RetryCommit", action = "http://www.wstf.org/docs/scenarios/sc007/RetryCommit")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/RetryCommit")
     @RequestWrapper(localName = "RetryCommit", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void retryCommit()
     {
@@ -329,6 +343,7 @@
      */
     @WebMethod(operationName = "PreparedAfterTimeout", action = "http://www.wstf.org/docs/scenarios/sc007/PreparedAfterTimeout")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/PreparedAfterTimeout")
     @RequestWrapper(localName = "PreparedAfterTimeout", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void preparedAfterTimeout()
     {
@@ -349,6 +364,7 @@
      */
     @WebMethod(operationName = "LostCommitted", action = "http://www.wstf.org/docs/scenarios/sc007/LostCommitted")
     @Oneway
+    @Action(input="http://www.wstf.org/docs/scenarios/sc007/LostCommitted")
     @RequestWrapper(localName = "LostCommitted", targetNamespace = "http://www.wstf.org/sc007", className = "com.jboss.transaction.txinterop.webservices.sc007.generated.TestMessageType")
     public void lostCommitted()
     {

Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/InitiatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -26,6 +26,7 @@
 import org.jboss.wsf.common.addressing.MAP;
 import com.arjuna.webservices11.wsaddr.AddressingHelper;
 
+import javax.xml.ws.Action;
 import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.soap.Addressing;
@@ -65,6 +66,7 @@
      */
     @WebMethod(operationName = "Response", action = "http://fabrikam123.com/Response")
     @Oneway
+    @Action(input="http://fabrikam123.com/Response")
     @RequestWrapper(localName = "Response", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void response()
     {
@@ -76,6 +78,7 @@
 
     @WebMethod(operationName = "SoapFault", action = "http://fabrikam123.com/SoapFault")
     @Oneway
+    @Action(input="http://fabrikam123.com/SoapFault")
     @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
     public void soapFault(
             @WebParam(name = "Fault", targetNamespace = "http://schemas.xmlsoap.org/soap/envelope/", partName = "parameters")

Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/sei/ParticipantPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -33,6 +33,7 @@
 
 import javax.jws.*;
 import javax.jws.soap.SOAPBinding;
+import javax.xml.ws.Action;
 import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.ProtocolException;
@@ -66,6 +67,7 @@
      */
     @WebMethod(operationName = "CompletionCommit", action = "http://fabrikam123.com/CompletionCommit")
     @Oneway
+    @Action(input="http://fabrikam123.com/CompletionCommit")
     @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
     public void completionCommit(
             @WebParam(name = "CompletionCommit", targetNamespace = "http://fabrikam123.com", partName = "parameters")
@@ -88,6 +90,7 @@
      */
     @WebMethod(operationName = "CompletionRollback", action = "http://fabrikam123.com/CompletionRollback")
     @Oneway
+    @Action(input="http://fabrikam123.com/CompletionRollback")
     @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
     public void completionRollback(
         @WebParam(name = "CompletionRollback", targetNamespace = "http://fabrikam123.com", partName = "parameters")
@@ -109,6 +112,7 @@
      */
     @WebMethod(operationName = "Commit", action = "http://fabrikam123.com/Commit")
     @Oneway
+    @Action(input="http://fabrikam123.com/Commit")
     @RequestWrapper(localName = "Commit", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void commit()
     {
@@ -129,6 +133,7 @@
      */
     @WebMethod(operationName = "Rollback", action = "http://fabrikam123.com/Rollback")
     @Oneway
+    @Action(input="http://fabrikam123.com/Rollback")
     @RequestWrapper(localName = "Rollback", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void rollback()
     {
@@ -149,6 +154,7 @@
      */
     @WebMethod(operationName = "Phase2Rollback", action = "http://fabrikam123.com/Phase2Rollback")
     @Oneway
+    @Action(input="http://fabrikam123.com/Phase2Rollback")
     @RequestWrapper(localName = "Phase2Rollback", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void phase2Rollback()
     {
@@ -169,6 +175,7 @@
      */
     @WebMethod(operationName = "Readonly", action = "http://fabrikam123.com/Readonly")
     @Oneway
+    @Action(input="http://fabrikam123.com/Readonly")
     @RequestWrapper(localName = "Readonly", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void readonly()
     {
@@ -189,6 +196,7 @@
      */
     @WebMethod(operationName = "VolatileAndDurable", action = "http://fabrikam123.com/VolatileAndDurable")
     @Oneway
+    @Action(input="http://fabrikam123.com/VolatileAndDurable")
     @RequestWrapper(localName = "VolatileAndDurable", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void volatileAndDurable()
     {
@@ -209,6 +217,7 @@
      */
     @WebMethod(operationName = "EarlyReadonly", action = "http://fabrikam123.com/EarlyReadonly")
     @Oneway
+    @Action(input="http://fabrikam123.com/EarlyReadonly")
     @RequestWrapper(localName = "EarlyReadonly", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void earlyReadonly()
     {
@@ -229,6 +238,7 @@
      */
     @WebMethod(operationName = "EarlyAborted", action = "http://fabrikam123.com/EarlyAborted")
     @Oneway
+    @Action(input="http://fabrikam123.com/EarlyAborted")
     @RequestWrapper(localName = "EarlyAborted", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void earlyAborted()
     {
@@ -249,6 +259,7 @@
      */
     @WebMethod(operationName = "ReplayCommit", action = "http://fabrikam123.com/ReplayCommit")
     @Oneway
+    @Action(input="http://fabrikam123.com/ReplayCommit")
     @RequestWrapper(localName = "ReplayCommit", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void replayCommit()
     {
@@ -269,6 +280,7 @@
      */
     @WebMethod(operationName = "RetryPreparedCommit", action = "http://fabrikam123.com/RetryPreparedCommit")
     @Oneway
+    @Action(input="http://fabrikam123.com/RetryPreparedCommit")
     @RequestWrapper(localName = "RetryPreparedCommit", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void retryPreparedCommit()
     {
@@ -289,6 +301,7 @@
      */
     @WebMethod(operationName = "RetryPreparedAbort", action = "http://fabrikam123.com/RetryPreparedAbort")
     @Oneway
+    @Action(input="http://fabrikam123.com/RetryPreparedAbort")
     @RequestWrapper(localName = "RetryPreparedAbort", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void retryPreparedAbort()
     {
@@ -309,6 +322,7 @@
      */
     @WebMethod(operationName = "RetryCommit", action = "http://fabrikam123.com/RetryCommit")
     @Oneway
+    @Action(input="http://fabrikam123.com/RetryCommit")
     @RequestWrapper(localName = "RetryCommit", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void retryCommit()
     {
@@ -329,6 +343,7 @@
      */
     @WebMethod(operationName = "PreparedAfterTimeout", action = "http://fabrikam123.com/PreparedAfterTimeout")
     @Oneway
+    @Action(input="http://fabrikam123.com/PrepareAfterTimeout")
     @RequestWrapper(localName = "PreparedAfterTimeout", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void preparedAfterTimeout()
     {
@@ -349,6 +364,7 @@
      */
     @WebMethod(operationName = "LostCommitted", action = "http://fabrikam123.com/LostCommitted")
     @Oneway
+    @Action(input="http://fabrikam123.com/LostCommitted")
     @RequestWrapper(localName = "LostCommitted", targetNamespace = "http://fabrikam123.com", className = "com.jboss.transaction.txinterop.webservices.atinterop.generated.TestMessageType")
     public void lostCommitted()
     {

Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/InitiatorPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -28,6 +28,7 @@
 import org.jboss.jbossts.xts.soapfault.SoapFaultPortType;
 import org.jboss.jbossts.xts.soapfault.Fault;
 
+import javax.xml.ws.Action;
 import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.handler.MessageContext;
@@ -64,6 +65,7 @@
      */
     @WebMethod(operationName = "Response", action = "http://fabrikam123.com/wsba/Response")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/Response")
     @RequestWrapper(localName = "Response", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void response()
     {

Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java	2010-06-14 03:51:01 UTC (rev 33485)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/bainterop/sei/ParticipantPortTypeImpl.java	2010-06-14 08:57:38 UTC (rev 33486)
@@ -32,6 +32,7 @@
 import com.arjuna.wsc11.messaging.MessageId;
 
 import javax.jws.*;
+import javax.xml.ws.Action;
 import javax.xml.ws.RequestWrapper;
 import javax.xml.ws.WebServiceContext;
 import javax.xml.ws.ProtocolException;
@@ -64,6 +65,7 @@
      */
     @WebMethod(operationName = "Cancel", action = "http://fabrikam123.com/wsba/Cancel")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/Cancel")
     @RequestWrapper(localName = "Cancel", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void cancel()
     {
@@ -84,6 +86,7 @@
      */
     @WebMethod(operationName = "Exit", action = "http://fabrikam123.com/wsba/Exit")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/Exit")
     @RequestWrapper(localName = "Exit", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void exit()
     {
@@ -104,6 +107,7 @@
      */
     @WebMethod(operationName = "Fail", action = "http://fabrikam123.com/wsba/Fail")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/Fail")
     @RequestWrapper(localName = "Fail", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void fail()
     {
@@ -124,6 +128,7 @@
      */
     @WebMethod(operationName = "CannotComplete", action = "http://fabrikam123.com/wsba/CannotComplete")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/CannotComplete")
     @RequestWrapper(localName = "CannotComplete", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void cannotComplete()
     {
@@ -144,6 +149,7 @@
      */
     @WebMethod(operationName = "ParticipantCompleteClose", action = "http://fabrikam123.com/wsba/ParticipantCompleteClose")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/ParticipantCompleteClose")
     @RequestWrapper(localName = "ParticipantCompleteClose", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void participantCompleteClose()
     {
@@ -164,6 +170,7 @@
      */
     @WebMethod(operationName = "CoordinatorCompleteClose", action = "http://fabrikam123.com/wsba/CoordinatorCompleteClose")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/CoordinatorCompleteClose")
     @RequestWrapper(localName = "CoordinatorCompleteClose", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void coordinatorCompleteClose()
     {
@@ -184,6 +191,7 @@
      */
     @WebMethod(operationName = "UnsolicitedComplete", action = "http://fabrikam123.com/wsba/UnsolicitedComplete")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/UnsolicitedComplete")
     @RequestWrapper(localName = "UnsolicitedComplete", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void unsolicitedComplete()
     {
@@ -204,6 +212,7 @@
      */
     @WebMethod(operationName = "Compensate", action = "http://fabrikam123.com/wsba/Compensate")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/Compensate")
     @RequestWrapper(localName = "Compensate", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void compensate()
     {
@@ -224,6 +233,7 @@
      */
     @WebMethod(operationName = "CompensationFail", action = "http://fabrikam123.com/wsba/CompensationFail")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/CompensationFail")
     @RequestWrapper(localName = "CompensationFail", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void compensationFail()
     {
@@ -244,6 +254,7 @@
      */
     @WebMethod(operationName = "ParticipantCancelCompletedRace", action = "http://fabrikam123.com/wsba/ParticipantCancelCompletedRace")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/ParticipantCancelCompletedRace")
     @RequestWrapper(localName = "ParticipantCancelCompletedRace", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void participantCancelCompletedRace()
     {
@@ -264,6 +275,7 @@
      */
     @WebMethod(operationName = "MessageLossAndRecovery", action = "http://fabrikam123.com/wsba/MessageLossAndRecovery")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/MessageLossAndRecovery")
     @RequestWrapper(localName = "MessageLossAndRecovery", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void messageLossAndRecovery()
     {
@@ -284,6 +296,7 @@
      */
     @WebMethod(operationName = "MixedOutcome", action = "http://fabrikam123.com/wsba/MixedOutcome")
     @Oneway
+    @Action(input="http://fabrikam123.com/wsba/MixedOoutcome")
     @RequestWrapper(localName = "MixedOutcome", targetNamespace = "http://fabrikam123.com/wsba", className = "com.jboss.transaction.txinterop.webservices.bainterop.generated.TestMessageType")
     public void mixedOutcome()
     {



More information about the jboss-svn-commits mailing list