[jboss-svn-commits] JBL Code SVN: r33521 - in labs/jbosstm/trunk/XTS/interop: WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jun 16 10:07:47 EDT 2010
Author: adinn
Date: 2010-06-16 10:07:46 -0400 (Wed, 16 Jun 2010)
New Revision: 33521
Modified:
labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java
labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java
Log:
updated values in @WebMethod and @Action annotations so they match wsdl declared soap actions
Modified: labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java 2010-06-16 13:21:05 UTC (rev 33520)
+++ labs/jbosstm/trunk/XTS/interop/WSTFSC07-interop/src/com/jboss/transaction/wstf/webservices/sc007/InteropConstants.java 2010-06-16 14:07:46 UTC (rev 33521)
@@ -47,13 +47,17 @@
public String INTEROP_PREFIX = "sc007" ;
/**
+ * The interop action Namespace for the soap action.
+ */
+ public String INTEROP_ACTION_NAMESPACE = "http://www.wstf.org/docs/scenarios/sc007" ;
+ /**
* The participant action prefix.
*/
- public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/ParticipantPortType/" ;
+ public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_ACTION_NAMESPACE + "/";
/**
* The initiator action prefix.
*/
- public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/InitiatorPortType/" ;
+ public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_ACTION_NAMESPACE + "/";
/**
* The completion commit element.
Modified: labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java
===================================================================
--- labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java 2010-06-16 13:21:05 UTC (rev 33520)
+++ labs/jbosstm/trunk/XTS/interop/WSTX11-interop/src/com/jboss/transaction/txinterop/webservices/atinterop/ATInteropConstants.java 2010-06-16 14:07:46 UTC (rev 33521)
@@ -49,11 +49,11 @@
/**
* The participant action prefix.
*/
- public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/ParticipantPortType/" ;
+ public String INTEROP_ACTION_PARTICIPANT_PREFIX = INTEROP_NAMESPACE + "/";
/**
* The initiator action prefix.
*/
- public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/InitiatorPortType/" ;
+ public String INTEROP_ACTION_INITIATOR_PREFIX = INTEROP_NAMESPACE + "/";
/**
* The completion commit element.
More information about the jboss-svn-commits
mailing list