I am a new phper, now I want to use cakephp soap client to send a xml request below, but I can't implement it, can some give me some example codes? thx.
< soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ws="http://ws.test.com"
xmlns:xsd="http://mtest/xsd">
< soapenv:Header/>
< soapenv:Body>
< ws:get_status>
< ws:login>
< xsd:code>ABCDEF< /xsd:code>
< xsd:password>1UH7UHUH8HUG< /xsd:password>
< /ws:login>
< /ws:get_status>
< /soapenv:Body>
< /soapenv:Envelope>