我成功地将字符串和 int 发送到肥皂,但不是 xml SOAPAction:
"iReceiver/XPL-CIMS-iReceiver-RecordIssuesData"
<?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>
<XPL-CIMS-iReceiver-RecordIssuesData xmlns="iReceiver">
<A_iStaffDId>int</A_iStaffDId>
<A_strGUID>string</A_strGUID>
<dsIssues>
<xsd:schema>schema</xsd:schema>xml</dsIssues>
</XPL-CIMS-iReceiver-RecordIssuesData>
</soap:Body>
</soap:Envelope>
我是stackoverflow的新手。请帮助我提前感谢