I need to add a custom HTTP header with routing information for our SOAP
proxy.  In other WebServices tools I am able to do something like this in a
handler:

public void handleRequest( MessageContext msgContext )
{
    MimeHeaders headers = msgContext.getMessage().getMimeHeaders();
    headers.addHeader( "routing.key", "where-I-want-to-go")
    ........
}

I've looked through the XFire source code and can't seem to find a clear way
of doing this, has anyone been able to do this?

Thanks!

Scott
-- 
View this message in context: 
http://www.nabble.com/Adding-HTTP-Headers-tf3268877.html#a9087705
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to