Note that there are some explanatory texts on larger screens.

plurals
  1. POGet Categories from Ebay
    primarykey
    data
    text
    <p>I try to get CategoryFeatures using Typhoeus::Request from Ebay api. I am using Ruby Version 1.9.3 and Rails 3.2.3 with Ubuntu Server 11.04. My code below:</p> <pre><code>xml = &lt;GetCategoryFeaturesRequest xmlns="urn:ebay:apis:eBLBaseComponents"&gt; &lt;RequesterCredentials&gt; &lt;eBayAuthToken&gt; MY_eBayAuthToken &lt;/eBayAuthToken&gt; &lt;/RequesterCredentials&gt; &lt;WarningLevel&gt;High&lt;/WarningLevel&gt; &lt;/GetCategoryFeaturesRequest&gt; header = { "X-EBAY-API-DEV-NAME" =&gt; my_devID, "X-EBAY-API-APP-NAME" =&gt; my_appID, "X-EBAY-API-CERT-NAME" =&gt; my_certID, "X-EBAY-API-CALL-NAME" =&gt; "GetCategoryFeatures", "X-EBAY-API-COMPATIBILITY-LEVEL" =&gt; "1.3.0", "X-EBAY-API-SITEID" =&gt; 1, "Content-Type" =&gt; "text/xml", } url = "https://api.sandbox.ebay.com/ws/api.dll " res = Typhoeus::Request.post(url, :body =&gt; xml, :headers =&gt; header ) </code></pre> <p>I got this Error: </p> <pre><code>&lt;?xml version=\"1.0\" encoding=\"UTF-8\" ?&gt; &lt;GeteBayOfficialTimeResponse xmlns=\"urn:ebay:apis:eBLBaseComponents\"&gt; &lt;Timestamp&gt;2012-07-05 06:41:28&lt;/Timestamp&gt; &lt;Ack&gt;Failure&lt;/Ack&gt;&lt;Errors&gt; &lt;ShortMessage&gt;Unsupported API call.&lt;/ShortMessage&gt; &lt;LongMessage&gt;The API call \"GeteBayOfficialTime\" is invalid or not supported in this release.&lt;/LongMessage&gt; &lt;ErrorCode&gt;2&lt;/ErrorCode&gt; &lt;SeverityCode&gt;Error&lt;/SeverityCode&gt; &lt;ErrorClassification&gt;RequestError&lt;/ErrorClassification&gt; &lt;/Errors&gt; &lt;Build&gt;14991382&lt;/Build&gt; &lt;/GeteBayOfficialTimeResponse&gt; </code></pre> <p>need help please.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload