0
如何使用SOAP :: Lite在perl中創建以下請求?如何在使用SOAP :: Lite的Perl中的SOAP-Request中創建參數?
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<InsertVerbalRecording xmlns="xyz.abc.ws">
<inVar>
<VerbalPrefix>string</VerbalPrefix>
<VerbalID>int</VerbalID>
<ClientNo>int</ClientNo>
</inVar>
</InsertVerbalRecording>
</soap:Body>
</soap:Envelope>
任何指針表示讚賞。
你能告訴多一點的代碼?其他東西,比如'InsertVerbalRecording'從哪裏來? – simbabque 2013-05-06 09:27:23