Jump to content

Web service response


thedido

Recommended Posts

I am getting the following response from a web service

 

Array ( [iNSERTResult] => Array ( [schema] => Array ( [element] => Array ( [complexType] => Array ( [choice] => Array ( [element] => Array ( [complexType] => Array ( [sequence] => Array ( [element] => Array ( [0] => Array ( [!name] => Var [!minOccurs] => 0 ) [1] => Array ( [!name] => Value [!minOccurs] => 0 ) ) ) ) [!name] => Response ) [!minOccurs] => 0 [!maxOccurs] => unbounded ) ) [!name] => Response [!msdata:IsDataSet] => true [!msdata:UseCurrentLocale] => true ) [!id] => Response ) [diffgram] => Array ( [Response] => Array ( [Response] => Array ( [Var] => ResponseCode [Value] => 100 [!diffgr:id] => Response1 [!msdata:rowOrder] => 0 [!diffgr:hasChanges] => inserted ) ) ) ) )

 

How get I retrieve the value of ResponseCode [Value] ?

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/206641-web-service-response/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.