You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/01 18:24:28 UTC

svn commit: r1368104 - /cxf/trunk/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java

Author: dkulp
Date: Wed Aug  1 16:24:28 2012
New Revision: 1368104

URL: http://svn.apache.org/viewvc?rev=1368104&view=rev
Log:
Testcast is finding the wrong operation

Modified:
    cxf/trunk/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java

Modified: cxf/trunk/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java
URL: http://svn.apache.org/viewvc/cxf/trunk/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java?rev=1368104&r1=1368103&r2=1368104&view=diff
==============================================================================
--- cxf/trunk/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java (original)
+++ cxf/trunk/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java Wed Aug  1 16:24:28 2012
@@ -530,7 +530,7 @@ public class SimpleBatchSTSClient implem
         List<BatchRequest> batchRequestList, String action, String requestType
     ) throws Exception {
         createClient();
-        BindingOperationInfo boi = findOperation("/RST/RequestCollection");
+        BindingOperationInfo boi = findOperation("/BatchIssue");
 
         client.getRequestContext().putAll(ctx);
         client.getRequestContext().put(SoapBindingConstants.SOAP_ACTION, action);
@@ -580,7 +580,7 @@ public class SimpleBatchSTSClient implem
         List<BatchRequest> batchRequestList, String action, String requestType
     ) throws Exception {
         createClient();
-        BindingOperationInfo boi = findOperation("/RST/RequestCollection");
+        BindingOperationInfo boi = findOperation("/BatchValidate");
 
         client.getRequestContext().putAll(ctx);
         client.getRequestContext().put(SoapBindingConstants.SOAP_ACTION, action);