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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to