(from the issue Sending XML SOAP )

Yes I understand this. I will say this - there is access to the API mail Russia. Implemented using SOAP . Those. I need to send xml with SOAP parameters to their SOAP server (It is already running for them, for example, this example.ru itself). So I can not understand - HOW?

From the issue: Sending XML SOAP

    1 answer 1

    Read about SoapClient PHP. And then already:

     $client = new SoapClient('http://www.example.com/end_point.wsdl'); 

    and

     $result = $client->SomeFunction($data);