Author: dims
Date: Sat Sep  3 19:16:30 2005
New Revision: 277943

URL: http://svn.apache.org/viewcvs?rev=277943&view=rev
Log:
This was generating a weird "wsa:wsa" attribute. With the fix we generate 
"wsa:ReplyTo" (which is what it should be)


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

Modified: 
webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/EnvelopeCreator.java
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/EnvelopeCreator.java?rev=277943&r1=277942&r2=277943&view=diff
==============================================================================
--- 
webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/EnvelopeCreator.java
 (original)
+++ 
webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/EnvelopeCreator.java
 Sat Sep  3 19:16:30 2005
@@ -71,7 +71,7 @@
         MessageID incommingMessageId = addressingHeaders.getMessageID();
         outGoingAddressingHaders.addRelatesTo(incommingMessageId.toString(),
                 new 
QName(org.apache.axis.message.addressing.Constants.NS_URI_ADDRESSING_DEFAULT,
-                        
org.apache.axis.message.addressing.Constants.NS_PREFIX_ADDRESSING));
+                        
org.apache.axis.message.addressing.Constants.REPLY_TO));
 
         //SettingTo
         AttributedURI incommingAddress = null;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to