|
| Re: Serious Error reporting from a PHP FeedbackRequest |
 |
Mon, 29 May 2006 05:58:42 -070 |
Hello Madhu,
first of all, thank you for your answer.
Ok, the testing code is still the same as in the first post. I will always get
back the Legacy-Schema Code from eBay and then I've got two possibilities:
1) With the API Callname "LeaveFeedbackRequest" the answer is:
<?xml version="1.0" encoding="utf-8" ?>
- <eBay>
<EBayTime>2006-05-29 12:47:22</EBayTime>
- <Errors>
- <Error>
<Code>2</Code>
<ErrorClass>RequestError</ErrorClass>
<SeverityCode>1</SeverityCode>
<Severity>SeriousError</Severity>
<Line>0</Line>
<Column>0</Column>
- <ShortMessage>
- <![CDATA[ Unsupported verb. ]]>
</ShortMessage>
</Error>
</Errors>
</eBay>
2) The other possibillity API Callname "LeaveFeedback" as Madhu and
Robert says this is the correct value the answer from ebay is:
<?xml version="1.0" encoding="iso-8859-1" ?>
- <eBay>
<EBayTime>2006-05-29 12:54:47</EBayTime>
- <Errors>
- <Error>
<Code>10012</Code>
<SeverityCode>1</SeverityCode>
<Severity>SeriousError</Severity>
<Line>0</Line>
<Column>0</Column>
<ErrorClass>RequestError</ErrorClass>
- <ShortMessage>
- <![CDATA[ Ungültiger Wert für Kopfzeile
"X-EBAY-API-DETAIL-LEVEL". ]]>
</ShortMessage>
</Error>
- <Error>
<Code>5</Code>
<SeverityCode>1</SeverityCode>
<Severity>SeriousError</Severity>
<Line>0</Line>
<Column>0</Column>
<ErrorClass>RequestError</ErrorClass>
- <ShortMessage>
- <![CDATA[ XML-Parse-Fehler. ]]>
</ShortMessage>
</Error>
</Errors>
</eBay>
So, not even satisfying I would say...
Where is the problem in my code, please madhu can you help me? It is not ev |
| Post Reply
|
|
|
|
|
|
|
|
|
|