private javax.swing.JTextArea jTextArea2;
this.jTextArea2.setText("影片ID : "+movieid+"\r\n"+formatXML);
结果:
影片ID : 5519d9e269234d879b62aa12e6b6068a
<?xml version="1.0" encoding="UTF-8"?>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:ContentDeployReqResponse xmlns:ns2="iptv">
<return>
<ResultCode>0</ResultCode>
<ErrorDescription>CMM receive success, and add to queue success</ErrorDescription>
</return>
</ns2:ContentDeployReqResponse>
</S:Body>
</S:Envelope>