PHP ve SOAP hakkında pek çok soru olduğunu. Ama benim durumla ilgili yanıt bulundu değilim.
Yani. Bunun için PHP SoapClient ve WSDL kullanın. Nesne bu gönderir:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.site.com"><SOAP-ENV:Body>
Ama bu gerekir:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body>
Soru. Ben standart PHP sınıfı SoapClient ile bunu nasıl?
Teşekkür ederim.