Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with getOfferList #42

Open
lexo13 opened this issue Mar 13, 2018 · 0 comments
Open

Error with getOfferList #42

lexo13 opened this issue Mar 13, 2018 · 0 comments

Comments

@lexo13
Copy link

lexo13 commented Mar 13, 2018

When i'm seraching only one of my offer/product, i'm an error.
Instead, not error with this URl : https://cdscntmkpapiwebapp.herokuapp.com/OfferManager/GetOfferListRequest

`$client = new \Sdk\ApiClient\CDSApiClient();
$token = $client->init()

$offerPoint = $client->getOfferPoint();
$offerListResponse = $offerPoint->getOfferList(['1011070'], 1);

print_r($offerListResponse->getOfferList());

Sdk\Soap\Offer\Response\GetOfferListResponse Object
(
[_offerList:Sdk\Soap\Offer\Response\GetOfferListGenericResponse:private] => Array
(
)

[dataResponse:protected] => Array
(
[s:Body] => Array
(
[GetOfferListResponse] => Array
(
[GetOfferListResult] => Array
(
[ErrorMessage] => Array
(
[
] => An error has occurred while recovering the offersExecution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
[xmlns] => http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages
)

[OperationSuccess] => Array
(
[_] => false
[xmlns] => http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages
)

[ErrorList] => Array
(
[Error] => Array
(
[ErrorType] => UnexpectedException
[Message] => An error has occurred while recovering the offersExecution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
)

)

[SellerLogin] => MYSellerLogin
[TokenId] => MYTokenId
[OfferList] => Array
(
)

[i] => http://www.w3.org/2001/XMLSchema-instance
)

[xmlns] => http://www.cdiscount.com
)

)

)

[_errorMessage:protected] => An error has occurred while recovering the offersExecution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
[_operationSuccess:protected] =>
[_errorList:protected] =>
[_sellerLogin:protected] =>
[_tokenID:protected] =>
[_hasError:protected] => 1
)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant