when i use
from(SOAP_ENDPOINT_IN_URI +
"&dataFormat=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 + "&dataFormat=MESSAGE").

any idea or suggestion ?

Reply via email to