1
1
“SOAP with Attachments API for Java(SAAJ)”是在 javax.xml.soap 包裹。可以找到教程 here .
Api基于DOM,要解析soap消息,可以使用
SoapFactory#createElement(Element domElement)
方法
|