You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ja...@apache.org on 2006/06/29 02:30:14 UTC

svn commit: r417909 - /webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/SandeshaContext.java

Author: jaliya
Date: Wed Jun 28 17:30:13 2006
New Revision: 417909

URL: http://svn.apache.org/viewvc?rev=417909&view=rev
Log:
Fixed a bug pointed by Benjamin Schmeling

Modified:
    webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/SandeshaContext.java

Modified: webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/SandeshaContext.java
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/SandeshaContext.java?rev=417909&r1=417908&r2=417909&view=diff
==============================================================================
--- webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/SandeshaContext.java (original)
+++ webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/SandeshaContext.java Wed Jun 28 17:30:13 2006
@@ -388,7 +388,7 @@
         String keyOfCall = this.key + action;
         call.setTargetEndpointAddress(targetUrl);
         call.setProperty(Constants.ClientProperties.ACTION, action);
-        call.setTransport(new RMTransport(targetUrl, ""));
+        call.setTransport(new RMTransport(targetUrl, action));
         call.setProperty(Constants.ClientProperties.MEP, new Short(MEP));
         call.setProperty(Constants.ClientProperties.CALL_KEY, keyOfCall);
         call.setProperty(Constants.ClientProperties.REPORT, this.report);



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org