/**
  * @return GetCategoryListingsResponseType
  * @param GetCategoryListingsRequestType $request 
  */
 function GetCategoryListings($request)
 {
     $request->setVersion(EBAY_WSDL_VERSION);
     return $this->call('GetCategoryListings', $request);
 }