我正在努力SOAP Request
为以下肥皂请求创建一个:
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAPSDK1="http://www.w3.org/2001/XMLSchema" xmlns:SOAPSDK2="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAPSDK3="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Header/><SOAP-ENV:Body><ns1:Authenticate xmlns:ns1="urn:Login" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<msgstr xsi:type="xsd:string"><Message messageid="0">
<Entity name="REF_LOGIN">
<Property name="login_cd" value="ABC" type="STRING"/>
<Property name="password" value="ABC" type="STRING"/>
<Property name="machine_name" value="iPhone Simulator" type="STRING"/>
<Property name="language_code" value="en" type="STRING"/>
<Property name="client_version_cd" value="XL7.11" type="STRING"/>
</Entity>
</Message></msgstr></ns1:Authenticate></SOAP-ENV:Body></SOAP-ENV:Envelope>