SoapUI
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tip="http://www.dsc.com.tw/tiptop/TIPTOPServiceGateWay">
<soapenv:Header/>
<soapenv:Body>
<tip:UpdateStockInPostRequest>
<tip:request>
轉換後XML放這裡, 要把 < 取代為 <
</tip:request>
</tip:UpdateStockInPostRequest>
</soapenv:Body>
</soapenv:Envelope>
另一種方法
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tip="http://www.dsc.com.tw/tiptop/TIPTOPServiceGateWay">
<soapenv:Header/>
<soapenv:Body>
<tip:UpdateStockInPostRequest>
<tip:request>
<![CDATA[
原來XML
]]
</tip:request>
</tip:UpdateStockInPostRequest>
</soapenv:Body>
</soapenv:Envelope>
留言
張貼留言