I need to get XML from this code. How can I get it though PHP?

myfisturface

New Member
The following is a sample SOAP 1.1 request and response. I dont know how to use the SOAP :)\[code\]POST /exchangerates.asmx HTTP/1.1Host: api.cba.amContent-Type: text/xml; charset=utf-8Content-Length: lengthSOAPAction: "http://www.cba.am/ExchangeRatesLatest"<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ExchangeRatesLatest xmlns="http://www.cba.am/" /> </soap:Body></soap:Envelope>\[/code\]
 
Back
Top