MBS_Service_WS_Services

WSDL
/**
     * Retrieves MBS service
     *
     * @param integer $id Service ID
     *
     * @return object Service information structure:
      id - Service id
      type - Service type (KeywordService, WapService, PreService, SubscribeService). PreService is dedicated for usage in Lithuania only.
      name - Service name
      country - Service country code (LT, LV etc.)
      language - [optional] Service language code (LT, LV, EN etc.)
      price - Price in cents (0, 30, 100, 200, etc.)
      currency - Service currency code (LTL, LVL, EUR, etc.)
      url - Project URL
      category_id - Service category id (see possible service categories)
      service_params - Service additional parameters structure
      service_langs - [optional] List of service descriptions
      price_exceptions - [optional] List of price exceptions
      price_additional - [optional] List of additional services prices in cents (0, 30, 100, 200, etc.)
      partner_service_certificate [optional] Service partner certificate
      partner_service_certificate_date [optional] Service partner certificate registration date
     *
     */

Test method serviceGet()