DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7856>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7856

using call.setTargetEndpointAddress in a header processor on the client side does not 
affect the target url

           Summary: using call.setTargetEndpointAddress in a header
                    processor on the client side does not affect the target
                    url
           Product: Axis
           Version: beta-1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


On the client side, if I want to change the target URL in a header processor,
I will probably use call.setTargetEndpointAddress(newURL). But the request
message is still sent to the old URL.

Apparently, HTTPSender is using MessageContext's TARNS_URL property to send the 
message and setTargetEndpointAddress does not change it.

Currently in my application, I am directly changing the TRANS_URL property to 
change the target URL (and that works).

java full version "1.3.1_01"

Reply via email to