dirtysanx Posted November 8, 2012 Share Posted November 8, 2012 How do I access a string value inside an array/function from SOAP Api? http://pastebin.com/HHxGGeBE http://tinyurl.com/as5q84s $client = new SoapClient($wsdl); $response = $client->__getFunctions(); [102]=> string(53) "HelloWorldResponse HelloWorld(HelloWorld $parameters) Link to comment https://forums.phpfreaks.com/topic/270445-accessing-soap-api-array-string-value/ Share on other sites More sharing options...
Muddy_Funster Posted November 8, 2012 Share Posted November 8, 2012 from all the info you have given, the only answer I can give is : $stringYouWant = $response[102]; Link to comment https://forums.phpfreaks.com/topic/270445-accessing-soap-api-array-string-value/#findComment-1391007 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.