开发者

How to retrieve header values from SOAP Envelope in Spring WS

开发者 https://www.devze.com 2022-12-17 22:12 出处:网络
I am getting some values in SOAPHeader in a Spring Webservice. I would like开发者_运维知识库 to retrieve those values .What is the problem with using

I am getting some values in SOAPHeader in a Spring Webservice. I would like开发者_运维知识库 to retrieve those values .


What is the problem with using

  SOAPHeader soapHeader = message.getSOAPHeader();
  Iterator elements = soapHeader.getChildElements();

Do we talk about SAAJ?

0

精彩评论

暂无评论...
验证码 换一张
取 消