Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Spring Webservice の SOAPHeader でいくつかの値を取得しています。それらの値を取得したいと思います。
使用上の問題は何ですか
SOAPHeader soapHeader = message.getSOAPHeader(); Iterator elements = soapHeader.getChildElements();
SAAJについて話しますか?