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) Quote 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]; Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.