SOAP output processing

evilrenan

New Member
i am calling a soap based web service in php.when i echo the output nothing can be seen on the page, but i can see a xml in viewsouce.Can anyone guide me in processing the output so that i can appropriate data from it. I have never dealt with xml before so finding it a bit confusing.Here's my code\[code\]$a = new SoapClient('http://abc.com?wsdl');$login = $a ->TestConnectStr(array('UserName' => 'Test', 'Password' => '1234'));echo $login->TestConnectStrResult;\[/code\]the output link view-source:http://www.toolbrands.co.uk/rialto.phpThanks in advance
 
Back
Top