D
D
DENIS SHELESTOV2015-10-08 12:56:47
Python
DENIS SHELESTOV, 2015-10-08 12:56:47

How to organize xml (WSDL) request in python?

How to organize xml (WSDL) request in python?
How to organize xml (WSDL) request in python?

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="url" xmlns:ns2="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <SOAP-ENV:Body>
    <ns1:PubGetAtmList>
      <ns1:ClientLat>10</ns1:ClientLat>
      <ns1:ClientLng>10</ns1:ClientLng>
      <ns1:Range>1000000</ns1:Range>
    </ns1:PubGetAtmList>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dimonchik, 2015-10-08
@djdeniro

the very first URL in Google
https://shop.interkassa.com/soap/doc#wsdl
tell how to send a POST?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question