sanchez77 Posted March 12, 2012 Share Posted March 12, 2012 So if I want to retrieve a value from a SOAP call, do I need to use SoapVar? Just trying to make sense of SOAP/PHP Thanks, sanchez Link to comment https://forums.phpfreaks.com/topic/258766-soapvar/ Share on other sites More sharing options...
btherl Posted March 12, 2012 Share Posted March 12, 2012 I've never had to. Using var_dump() on the result should show you the structure returned. In fact I've never used SoapVar at all when using PHP's SoapClient, it can understand arrays. It may be worthwhile if you need to specify the types though when sending data to the server. Link to comment https://forums.phpfreaks.com/topic/258766-soapvar/#findComment-1326616 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.