“ WSDL Url:'http://Example.com/wsdl?SomeParam=Test'以及如何发送XML参数和获取响应。 我有1个参考文献:“ Client to send SOAP request and receive response”。 此参考没有错误,但是我已经运行了WSDL URL作为其响应。
请求参数
<soapenv:Header/>
<soapenv:Body>
<b2b:EmitirDocumentoRequest>
<documento> *** THE TEXT FILE ATTACHED IN BASE 64</documento>
<tipoDocumento>F</tipoDocumento>
<empresa>PAR</empresa>
<cuenta>PAR001</cuenta>
<usuario>USR_WS_PAR</usuario>
<serie>PRUE</serie>
<folio>980000000</folio>
<monto>3500</monto>
<fecha>2019-08-06</fecha>
<hora>07:37:58</hora>
</b2b:EmitirDocumentoRequest>
</soapenv:Body>
</soapenv:Envelope>