You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Annette <do...@photomask.com> on 2007/05/04 23:03:37 UTC

Msg Exchange properties and WSDL and Soap and http endpoint

Is there a way to create a wsdl with soap binding that could have data
translated to message exchange input message properties? With the jms
endpoint, the input jms message properties are saved in the message exchange
input message as properties. Is there a way to do this with http endpoint
input messages? thanks
-- 
View this message in context: http://www.nabble.com/Msg-Exchange-properties-and-WSDL-and-Soap-and-http-endpoint-tf3694245s12049.html#a10330361
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Msg Exchange properties and WSDL and Soap and http endpoint

Posted by Gert Vanthienen <ge...@skynet.be>.
Annette,

By default, the HTTP endpoints should add the HTTP request header 
properties to the message exchange input message as property 
javax.jbi.messaging.protocol.headers (JbiConstants.PROTOCOL_HEADERS).  
Is this what you're referring to or do you want some of other content of 
your SOAP request to be available in the input message properties?

Gert

Annette wrote:
> Is there a way to create a wsdl with soap binding that could have data
> translated to message exchange input message properties? With the jms
> endpoint, the input jms message properties are saved in the message exchange
> input message as properties. Is there a way to do this with http endpoint
> input messages? thanks
>