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 di...@apache.org on 2005/09/04 04:16:35 UTC

svn commit: r277943 - /webservices/sandesha/branches/sandesha_1_0/src/org/apache/sandesha/EnvelopeCreator.java

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org