当我使用apache骆驼时,我只能使用dataformat = MESSAGE,不要问我为什么,这是事实。在这种情况下,如何获取operationName和operationNameSpace?
任何想法或建议都非常受欢迎!
我确实按照文档描述进行了更改,将defaultOperationName = getUserName添加为 在下面,它应该可以工作,但是我仍然无法获得operationName,为什么?
String OPERATIONNAME="&defaultOperationName=getUserName";
from(SOAP_ENDPOINT_IN_URI + "&dataFormat=MESSAGE"+OPERATIONNAME)
.log(LoggingLevel.INFO, "###### headers
in.headers.headers.operationName-> $ {in.headers.operationName}“)