Hi,
SoapFault Object
(
[message:protected] => Not Found
[string:private] =>
[code:protected] => 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 ma getting such king id response from eBay. can any tell me how to read this response as normal array.
I know about the
for($temname as $item)
{
print $item->properties;
}
but issue is that is you see abobe response in that
[message:protected] => Not Found
[string:private] =>
[code:protected] => 0
[file:protected] => /home/djprice/public_html/ebay/___index.php
[line:protected] => 23
[trace:private] => Array
(
[0] => Array
such response as well. So can any one help me on same ASAP.