domack
Новичок
Здравствуйте
Есть код:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uws="http://uws.provider.com/">
<soapenv:Header/>
<soapenv:Body>
<uws:GetInformationArguments>
<password>1234</password>
<username>ABC</username>
<parameters>
<paramKey>clientid</paramKey>
<paramValue>11111111</paramValue>
</parameters>
<parameters>
<paramKey>getInfoType</paramKey>
<paramValue>CHK_PERFORM_TRN</paramValue>
</parameters>
<serviceId>1</serviceId>
</uws:GetInformationArguments>
</soapenv:Body>
</soapenv:Envelope>
IP адрес для отправки: 201.175.39.6
Как составить SOAP клиента на PHP?
Есть код:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:uws="http://uws.provider.com/">
<soapenv:Header/>
<soapenv:Body>
<uws:GetInformationArguments>
<password>1234</password>
<username>ABC</username>
<parameters>
<paramKey>clientid</paramKey>
<paramValue>11111111</paramValue>
</parameters>
<parameters>
<paramKey>getInfoType</paramKey>
<paramValue>CHK_PERFORM_TRN</paramValue>
</parameters>
<serviceId>1</serviceId>
</uws:GetInformationArguments>
</soapenv:Body>
</soapenv:Envelope>
IP адрес для отправки: 201.175.39.6
Как составить SOAP клиента на PHP?