Home
Find the answer to your question
The GetSearchResultsCall is throwing com.ebay.sdk.SdkException: ApiCall.execute() - null when setting the site to Ireland, or Philippines
Five international sites - Philippines, Poland, Ireland, Sweden and Netherlands have been launched recently, but the individual SiteCodeType is not mapped to the correspondent eBay numerical Site ID in the JAVA SDK1.2 release. To fix the problem, download the attached source file and rebuild the core package.
1. Download the attached fixed source file SiteIDUtil.java and save it as below. ${EBAYSDK_HOME}\source\core\src\com\ebay\sdk\SiteIDUtil.java
2. Rebuild the ebay sdk core package
> ant -buildfile ${EBAYSDK_HOME}\source\core\build.xml