You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/12 05:31:11 UTC

DO NOT REPLY [Bug 12497] - SOAP headers not being populated by Call.invoke()

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=12497>.
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=12497

SOAP headers not being populated by Call.invoke()

chris.haddad@cobia.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From chris.haddad@cobia.net  2002-09-12 03:31 -------
The org.apache.axis.client.Call object's invoke method conditionally set the 
headers into the requestEnvelope based on the code flow.  moved the code to set 
the headers down a bit so that it is always executed.