A
A
Anon33632020-07-24 00:00:36
PHP
Anon3363, 2020-07-24 00:00:36

How to make a SOAP request using PHP?

<x:Envelope
    xmlns:x="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:www="http://www.cba.am/">
    <x:Header/>
    <x:Body>
        <www:ExchangeRatesLatest></www:ExchangeRatesLatest>
    </x:Body>
</x:Envelope>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daria Motorina, 2020-07-24
@Anon3363

https://packagist.org/?query=soap
https://www.php.net/manual/ru/class.soapclient.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question