Re: how to get operationName for Soap Message dataFormat=MESSAGE

2018-10-27 Thread Willem Jiang
> > > > > I can get operationName by ${in.headers.operationName} > > > but I could not get operationName when useing > > > dataFormat=MESSAGE > > > > > > from(SOAP_ENDPOINT_IN_URI + "=MESSAGE"). > > > > > > any idea or suggestion ? > &g

Fwd: how to get operationName for Soap Message dataFormat=MESSAGE

2018-10-27 Thread Wang Yan
> dataFormat=MESSAGE > > > > from(SOAP_ENDPOINT_IN_URI + "=MESSAGE"). > > > > any idea or suggestion ? > > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://camel.4654

Re: how to get operationName for Soap Message dataFormat=MESSAGE

2018-10-26 Thread Willem Jiang
Hi, When you use MESSAGE dataformat, camel-cxf component doesn't read the message, so it makes sense that you cannot operationName header. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Oct 26, 2018 at 4:07 PM Wang Yan wrote: > > when i use > from(SOAP_ENDPOINT_IN_URI + >

how to get operationName for Soap Message dataFormat=MESSAGE

2018-10-26 Thread Wang Yan
when i use from(SOAP_ENDPOINT_IN_URI + "=CXF_MESSAGE").removeHeaders("CamelHttp*") I can get operationName by ${in.headers.operationName} but I could not get operationName when useing dataFormat=MESSAGE from(SOAP_ENDPOINT_IN_URI + "=MESSAGE"). any idea or suggestion ?