I am working on the eBay API and i am using SOAP communication. After API eBay API communication it return the response in below format.
Code: Select all
SoapFault Object
(
[message:protected] => Not Found
[string:private] =>
Code: Select all
=> 0
[file:protected] => /home/djprice/public_html/ebay/___index.php
[line:protected] => 23
[trace:private] => Array
(
[0] => Array
(
[function] => __doRequest
[class] => SoapClient
[type] => ->
[args] => Array
(
[0] =>
disco light
[1] => http://open.api.ebay.com/shopping
[2] =>
[3] => 1
[4] => 0
)
)
[1] => Array
(
[function] => __call
[class] => SoapClient
[type] => ->
[args] => Array
(
[0] => FindItems
[1] => Array
(
[0] => Array
(
[QueryKeywords] => disco light
)
)
)
)
[2] => Array
(
[file] => /home/djprice/public_html/ebay/___index.php
[line] => 23
[function] => FindItems
[class] => SoapClient
[type] => ->
[args] => Array
(
[0] => Array
(
[QueryKeywords] => disco light
)
)
)
)
[faultstring] => Not Found
[faultcode] => HTTP
)
I want to read each and every value. Can any one help on this ASAP.
Thanks & Regards
Jaiswar Vipin Kumar R.