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放這裡, 要把 < 取代為 &lt;


          </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>


留言

這個網誌中的熱門文章

ORA-12514: TNS: 監聽器目前不知道連線描述區中要求的服務

Oracle 例外控制(Exception Control)

Oracle 工作排程 DBMS_JOB 筆記