Since few days we get the following errors unregularly when we make a full GetSellerList request (about 110.000 products). We do a 200-article-loop and in unregular cases the response has errors:
Examples:
Premature end of data in tag Description line 237
Premature end of data in tag ReturnPolicy line 237
Premature end of data in tag Item line 237
Premature end of data in tag ItemArray line 2
Premature end of data in tag GetSellerListResponse line 2
We use php with curl.
The script wasn't changed and worked until a few days ago.
Any help would be appreciated.