WO2012169775A9 - 오픈 api 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법 - Google Patents

오픈 api 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법 Download PDF

Info

Publication number
WO2012169775A9
WO2012169775A9 PCT/KR2012/004453 KR2012004453W WO2012169775A9 WO 2012169775 A9 WO2012169775 A9 WO 2012169775A9 KR 2012004453 W KR2012004453 W KR 2012004453W WO 2012169775 A9 WO2012169775 A9 WO 2012169775A9
Authority
WO
WIPO (PCT)
Prior art keywords
service
api
content
content service
open
Prior art date
Application number
PCT/KR2012/004453
Other languages
English (en)
French (fr)
Other versions
WO2012169775A2 (ko
WO2012169775A3 (ko
Inventor
송광헌
Original Assignee
주식회사 피씨엔
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 피씨엔 filed Critical 주식회사 피씨엔
Publication of WO2012169775A2 publication Critical patent/WO2012169775A2/ko
Publication of WO2012169775A9 publication Critical patent/WO2012169775A9/ko
Publication of WO2012169775A3 publication Critical patent/WO2012169775A3/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication

Definitions

  • the present invention relates to an open API-based content service interface providing system and method for registering, providing, and executing a content service provided by a content server as an application programming interface (API).
  • API application programming interface
  • Open API Application Programming Interface
  • connection protocol that enables other systems to call and utilize a specific function when developing an application program.
  • Open API exposes the API to the outside so that an unspecified number of users can easily and easily develop and utilize an application program.
  • connection protocol should be standardized so that the unspecified majority can use it.
  • Web Services is a representative Open API method that is internationally standardized.
  • the shared service refers to a business module that can be externally called using a standard method (standard interface) so that a user and a provider may have different information system environments.
  • Service-oriented architecture is a new technology and business paradigm that 'services', 'connects' and 'utilizes' distributed resources (information, business functions, systems, etc.).
  • Service-oriented architectures provide a highly interoperable structure that utilizes standards, making them easy to connect and use, and highly responsive, even when the operating environment of resources is heterogeneous.
  • it is necessary to build a shared service and infrastructure based on a service-oriented architecture.
  • service providers can develop and provide information systems that are independent of the user's environment (including future users).
  • service users can use services provided by various organizations or departments to construct or modify business processes without separate integration work or conversion by providers.
  • various terminals and networks may be utilized in various applications or businesses at a minimum cost through "shared serviceization".
  • An object of the present invention is to solve the problems described above, to provide a system and method for providing an open API-based content service interface for providing and executing the content service provided by the content server as an API (Application Programming Interface) It is.
  • API Application Programming Interface
  • the present invention relates to an open API-based content service interface providing system for registering, providing, and executing a content service provided by a content server as an application programming interface (API).
  • An API registration unit for registering with an API and creating a service specification for a registered content service (hereinafter, referred to as a service API);
  • a processing module execution unit executing the processing module of the open API;
  • an API processing unit for executing the service API by the open API processing module when receiving a request for executing the service API from the user of the website server.
  • the present invention also provides a system for providing an open API-based content service interface, wherein the system, when receiving a request for executing the service API from a user of a website server, authenticates the user requesting to execute the service API and the user It characterized in that it further comprises an access management unit for performing the access control by.
  • the present invention is a system for providing an open API-based content service interface, wherein the access management unit any of key-based authentication using the user key (AccessKey) and user secret key (AccessSecretKey) and IP address authentication using the IP address (Address) It is characterized by using one or more.
  • the access management unit any of key-based authentication using the user key (AccessKey) and user secret key (AccessSecretKey) and IP address authentication using the IP address (Address) It is characterized by using one or more.
  • the access management unit collects and stores statistical information about the execution of the service API.
  • the present invention provides a system for providing an open API-based content service interface, wherein the API processing unit converts a result of executing the service API into a web data format by a web protocol and transmits the result to the website server.
  • the present invention provides a system for providing an open API-based content service interface, wherein the web protocol is HTTP (hypertext transfer protocol) 1.0 or higher, and the web data format is XML (eXtensible Markup Languag) or JSON (JavaScript Object Notation). It is characterized by that.
  • HTTP hypertext transfer protocol
  • XML eXtensible Markup Languag
  • JSON JavaScript Object Notation
  • the present invention is an open API-based content service interface providing system, wherein the open API is any one or more of REST (Representational State Transfer), SOAP (Simple object access, Protocol), RSS / ATOM, RDF (Resource Description Framework) It is characterized by.
  • REST Real State Transfer
  • SOAP Simple object access, Protocol
  • RSS / ATOM Really / ATOM
  • RDF Resource Description Framework
  • the present invention also relates to a method for providing an open API-based content service interface that registers, provides, and executes a content service provided by a content server as an application programming interface (API). Registering with; (b) creating a service description for a registered content service (hereafter referred to as a service API); (c) providing, by the website server, a content service using the service API according to the service specification; (d) requesting a content service of the service API by accessing the website server from a user terminal; (e) receiving a service API execution request from a user terminal at a website server, and executing the service API by the open API processing module.
  • API application programming interface
  • the invention also relates to a computer readable recording medium having recorded thereon a program for performing the method.
  • the administrator of the content server can provide a service for sharing content in another website server without developing a separate application. Is obtained.
  • a service representative can easily produce, modify, delete, and share services in a manner such as SOAP, REST, RSS, ATOM, and RDF using a GUI tool. By distributing, it is possible to reduce the development period without incurring additional costs.
  • FIG. 1 is a diagram showing the configuration of an entire system for implementing the present invention.
  • FIG. 2 and 3 is a block diagram and system configuration diagram of the configuration of the open API-based content service interface providing system according to an embodiment of the present invention.
  • FIG. 4 shows an example of a REST service registration screen according to the present invention.
  • FIG. 5 shows an example of a SOAP service registration screen according to the present invention.
  • FIG. 6 illustrates an example of an RSS / ATOM service registration screen according to the present invention.
  • FIG 7 shows an example of an execution result screen of the open API service according to the present invention.
  • FIG 8 illustrates an example of an access control screen of an open API service according to the present invention.
  • FIG. 9 is a flowchart illustrating a method for providing an open API based content service interface according to an embodiment of the present invention.
  • an example of the entire system for implementing the present invention includes an administrator terminal 11, a user terminal 12, a content server 50, an interface server 30, and a website server 60. It consists of.
  • a network 20 for connecting the user terminal 12 and the servers 30 and 50 is also included.
  • the manager terminal 11 is a conventional computing terminal such as a PC, a notebook, a netbook, a tablet PC, a PDA, a mobile, and the like used by a manager of a content server.
  • the manager through the manager terminal 11, accesses the interface server 30 and processes tasks such as registering a content service of the content server 50.
  • input data for processing is input through the input device of the manager terminal 11, the processing result is output through an output device such as a screen of the manager terminal (11).
  • the operation performed by the administrator means that the operation is performed through the manager terminal 11. It is to be noted that reference numeral 11 is also attached to the manager in addition to the terminal.
  • the user terminal 12 is a conventional computing terminal such as a PC, a laptop, a netbook, a tablet PC, a PDA, a mobile, etc. used by a user who wants to use a content service provided by the content server 50.
  • the user accesses the interface server 30 or the website server 60 through the user terminal 12 and processes a content service request job.
  • input data for processing is input through an input device of the user terminal 12, and the processing result is output through an output device such as a screen of the user terminal 12.
  • a description of a user performing a task means a task performed by the user terminal 12.
  • reference numeral 12 is also applied to the user in addition to the terminal.
  • the content server 50 is a conventional server and is connected to the network 20 to provide a content service.
  • the content server 50 is a server operated by a content provider (CP) that stores content in a database and provides the stored content in the form of an open API service.
  • CP content provider
  • the content server 50 is responsible for representational state transfer (REST), simple object access, protocol (SOAP), RSS / ATOM, and resource description (RDF) of resources, operations, and content tables.
  • REST representational state transfer
  • SOAP simple object access
  • RSS / ATOM protocol
  • RDF resource description
  • the content server 50 is a server of an operator who operates an online shopping mall.
  • the content server 50 stores product information (product name, product type, price, discount information, etc.) of a product posted in the online shopping mall as a content in a database. And it can provide its own product information to the website server 60, such as price comparison companies.
  • the website server 60 is a conventional web service server and is connected to the network 20 to provide a web service to the user terminal 12. That is, the website server 60 may be constructed to serve as a kind of web server or web service server. For example, the website server 60 shows the processed result on the web page or receives necessary input data through the web page. That is, the website server 60 communicates with the user terminal 12 to provide its own service.
  • the web page is meant to include driving software for performing a specific task such as a web application, in addition to simple text, images, multimedia, and the like.
  • the website server 60 provides a content service of the content server 50 using an open API. That is, using the open API of the content service, a service providing the content of the content server 50 is implemented in its own site.
  • the website server 60 may implement a content service for price comparison using an open API of the content server 50 that provides product information of an online shopping mall.
  • the website server 60 accesses the contents of the content server 50 using open APIs such as REST, SOAP, RSS / ATOM, RDF, and the like. And the content is provided directly or processed.
  • the interface server 30 is a normal server, and registers an API of a content service by an administrator's request of the content server 50, and receives the service API request from the website server 60 implemented by the registered API. Allow server 50 to process the request.
  • the interface server 30 is connected to the network with the manager terminal 11, and provides a registration service to register the API for the content service.
  • a content service registered as an open API is called a "service API”.
  • the interface server 30 prepares and distributes a service API as a service specification.
  • Each website server 60 implements a content service on the web using a service API according to the service specification.
  • the content service implemented on the web will be referred to as a "content web service”.
  • the content web service of the website server 60 is provided to the user terminal 11.
  • the content web service drives a service API, and the interface server 30 executes the service API to perform the request.
  • the interface server 30 transmits the result obtained by executing the service API to the website server 60 or the user terminal 12.
  • the result of the service API is provided in a standardized web data format such as XML (eXtensible Markup Languag) or JSON (JavaScript Object Notation).
  • the protocol for transmitting the service API results also uses a web standard protocol, for example, HTTP (hypertext transfer protocol) 1.0 or higher.
  • the database 40 includes an API specification DB 41 for storing information about a registered service API, an API statistics DB 42 for storing statistical information about use of the service API, and an authentication information DB for user authentication ( 43).
  • an API specification DB 41 for storing information about a registered service API
  • an API statistics DB 42 for storing statistical information about use of the service API
  • an authentication information DB for user authentication ( 43) for user authentication ( 43).
  • the configuration of the database 40 is only a preferred embodiment, and in the development of a specific device, it may be configured in a different structure by a database construction theory in view of the ease and efficiency of access and search.
  • FIGS. 2 and 3 are block diagram illustrating a configuration of an interface system according to an embodiment of the present invention
  • FIG. 3 is a diagram illustrating a system configuration of an interface system.
  • the interface system 30 includes an API registration unit 31, a processing module execution unit 32, and an API processing unit 33.
  • the access management unit 34 may be configured to further include.
  • the API registration unit 31 registers the content service as a standardized open API, and creates a service specification for the registered content service (hereinafter referred to as service API).
  • the open API uses at least one of REST (Representational State Transfer), SOAP (Simple object access, Protocol), RSS / ATOM, RDF (Resource Description Framework).
  • REST Presentmental State Transfer
  • SOAP Simple object access, Protocol
  • RSS / ATOM Really / ATOM
  • RDF Resource Description Framework
  • the function of the API register 31 may be implemented as a server function of the interface system 30 or may be implemented on a client. That is, the first embodiment is implemented on the server of the interface system 30. Therefore, to register a service API, a registration page is provided on a web page, and a registration process is performed by input of the web page.
  • the second embodiment may be implemented as a program (or application) installed in the manager terminal 11 of the client end. It provides an interface for registering the service API, receives input for registration, and transmits the result to the server when the input of the registration contents of the service API is completed.
  • the API registration unit 31 provides a registration screen for each standard according to the standard of each open API.
  • 4A is a screen for registering a content service of a content server to a REST service. At this time, enter the ID name, address, and access control information of the service.
  • the screen of FIG. 4B automatically registers basic operations of the REST service.
  • the screen of Fig. 4C generates GET / PUT / POST / DELETE, which is a basic method of HTTP in REST. That is, the basic methods used for REST services are GET, POST, DELETE, and PUT. That is, in the case of REST, a resource is represented by a URL and a REST service is defined by defining a method for the resource. The address of the service means the location of the resource.
  • the API registration unit 31 registers the service API for the content service, as shown in FIG. 4E, the list of registered service APIs may be viewed.
  • the API registration unit 31 creates a specification for the registered service API.
  • the REST service specification is preferably provided in a Web Application Description Language (WADL).
  • WADL Web Application Description Language
  • the API registration unit 31 may view a list of registered SOAP service APIs.
  • 5B is a screen for registering an operation of a SOAP service.
  • parameters, SQL query statements, etc. are defined for the operation.
  • the screen of Fig. 5C generates an entity of the SOAP service.
  • a table in the content DB of the content server is selected, all the fields of the table are displayed, thereby creating the entity by defining the entity.
  • 4D is a screen showing details of a registered service API.
  • the API registration unit 31 creates a specification for the registered service API.
  • the SOAP service specification is provided in WADL (Web Application Description Language).
  • the API registration unit 31 may view a list of registered RSS / ATOM service APIs.
  • 6B and 6C are screens for registering an RSS / ATOM service.
  • the API register 31 creates a specification for the registered service API.
  • the SOAP service specification is provided in a WSDL (Web Service Description Language).
  • the processing module execution unit 32 executes the processing module of the open API.
  • each service execution module executes execution modules that can handle open APIs such as REST, SOAP, RSS / ATOM, and RDF services.
  • each service execution module is executed for each service.
  • the REST service 32a of FIG. 3 processes a response to a user's request as a REST service (or service API) by a service specification generated by the processing module execution unit 32 and distributed by the API registration unit 31. .
  • SOAP service or service API
  • a service specification generated by the processing module execution unit 32 and distributed by the API registration unit 31, and processes a response to a user's request.
  • the SRSS / ATOM service 32c of FIG. 3 is an RSS / ATOM service (or service API) based on the service specification generated by the processing module execution unit 32 and distributed by the API registration unit 31 to the user's request. Process the response.
  • the RDF service 32c of FIG. 3 processes the response to the user's request as an RDF service (or service API) based on the service specification generated by the processing module execution unit 32 and distributed by the API registration unit 31. .
  • the processing module execution unit 32 distributes (DEPLOY), starts (START), STOPs (TOP) the processing module of the open API, for example, REST, SOAP, RSS / ATOM, RDF services.
  • the API processing unit 33 executes the service API by the open API processing module when receiving a request for executing the service API from the user of the website server.
  • the API processing unit 33 converts the result of executing the service API into a web data format by a web protocol and transmits the result to the website server 60.
  • the web protocol for communicating the execution result is a protocol over HTTP (hypertext transfer protocol) (HTTP) 1.0, and the web data format of the execution result is expressed in XML (eXtensible Markup Languag) or JSON (JavaScript Object Notation).
  • HTTP hypertext transfer protocol
  • XML eXtensible Markup Languag
  • JSON JavaScript Object Notation
  • Fig. 7 shows an example of the execution result by each service.
  • FIGS. 7A and 7C show the execution result by the SOAP service and the RSS / ATOM service, respectively.
  • the access manager 34 When the access manager 34 receives a request for executing the service API from the user of the website server, the access manager 34 authenticates the user requesting to execute the service API and performs access control by the user.
  • the access manager 34 uses at least one of key-based authentication using an access key and an access secret key and IP address authentication using an IP address. That is, either key-based authentication or one of the IP addresses, or a combination of both.
  • the access manager 34 collects and stores statistical information about the execution of the service API. For example, REST / SOAP services provide a limit on user access. Service traffic can be controlled by providing unlimited access per user and limit of daily access.
  • the access manager 34 provides a screen for defining and reading the access control as shown in FIG. 8.
  • FIG. 8A is a user management screen for managing information such as user ID, status, access key
  • FIG. 8B is a screen for managing user access control
  • FIG. 8C is a screen for managing user access statistics.
  • the open API-based content service interface providing method includes the steps of (a) registering the content service as a standardized open API (S10); (b) creating a service specification for a registered content service (hereinafter, referred to as a service API) (S20); (c) providing, by the website server, a content service using the service API according to the service specification (S30); (d) accessing the website server from the user terminal and requesting a content service of the service API (S40); (e) If the website server receives a request for the execution of the service API from the user terminal, it may further comprise the step (S50) for executing the service API by the open API processing module.
  • the present invention is applicable to the development of an open API-based content service interface providing system that registers, provides, and executes a content service provided by a content server as an application programming interface (API).
  • API application programming interface

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Information Transfer Between Computers (AREA)
  • Human Computer Interaction (AREA)
  • Mathematical Physics (AREA)
  • Stored Programmes (AREA)

Abstract

콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법에 있어서, 콘텐츠 서비스를 규격화된 오픈 API로 등록하고, 등록된 콘텐츠 서비스(이하 서비스 API)에 대한 서비스 명세를 작성하는 API 등록부; 오픈 API의 처리 모듈을 실행시키는 처리모듈 실행부; 및, 웹사이트 서버의 사용자로부터 서비스 API의 실행 요청을 수신하면, 오픈 API 처리 모듈에 의해 서비스 API를 실행시켜주는 API 처리부를 포함하는 구성을 마련한다. 상기와 같은 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법에 의하여, 콘텐츠 서버의 관리자는 별도의 어플리케이션 개발을 하지 않고도 콘텐츠를 공유하는 서비스를 타 웹사이트 서버에서 제공할 수 있다.

Description

오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법
본 발명은 콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법에 관한 것이다.
일반적으로 Open API(Application Programming Interface)란 응용프로그램(Application Program)을 개발할 때, 타 시스템이 특정 기능을 호출해서 활용할 수 있도록 하는 접속 규약을 말한다. 즉, Open API는 불특정 다수의 사용자가 응용프로그램을 쉽고 용이하게 개발 활용할 수 있도록 API를 외부에 공개하는 것이다.
이때, 당사자 간 규약, 즉, 불특정 다수가 사용이 가능하도록 접속 규약은 표준화 되어야 한다. 웹서비스(Web Services)가 국제 표준화된 대표적인 Open API 방식이라 할 수 있다.
상기와 같은 오픈 API를 통해 인터넷 상의 웹 서비스를 서비스 단위별로 제공하여 공유할 수 있는 공유 서비스가 가능하다. 즉, 공유 서비스란 이용자와 제공자의 정보시스템 환경이 서로 달라도 연결가능 하도록 표준방식(표준인터페이스)을 사용하여 외부에서 호출이 가능한 업무모듈을 말한다.
공유 서비스를 통해 서비스 지향 아키텍쳐(Service Oriented Architecture)로 웹 서비스의 설계를 할 수 있다. 서비스 지향 아키텍처는 분산된 자원들(정보나 업무기능, 시스템 등)을 '서비스화'하여 '연결'하고 '활용'하는 새로운 기술과 비즈니스 패러다임이다.
서비스 지향 아키텍처는 표준을 활용하는 상호운용성이 높은 구조를 제공하므로, 자원들의 운영 환경이 이질적이어도 연결과 활용이 쉽고, 변화대응력이 높다는 장점을 가지고 있다. 또한, 지식정보사회 실현을 위해 서비스지향아키텍처에 기반하여 공유서비스와 인프라를 구축하고 있는 것이 필요하다.
즉, 서비스 지향 아키텍처를 통해, 서비스 제공자들은 이용자 환경에 무관한(미래의 이용자 포함) 정보시스템 개발과 제공이 가능하다. 또, 서비스 이용자들은 다양한 기관이나 부서들로부터 제공되는 서비스들을 별도 통합작업 또는 제공자들의 환경별 변환작업 없이도 업무 프로세스를 구성하거나 변형하는데 활용할 수 있다. 특히, 다양한 단말과 네트워크들도 「공유 서비스화」를 통하여 최소 비용으로 다양한 응용사업이나 비즈니스에서 활용될 수 있다.
특히, 공공기관이나 민간 기업에서 높은 사회/경제적 가치를 지닌 자원(콘텐츠)의 종류와 양이 지속적으로 증가함에 따라, 자원의 공유와 활용에 대한 수요가 많아지고 있다.
그러나 이를 쉽고 효과적으로 관리할 수 있는 개발 도구(tool)가 부재하여 공유서비스 작성시 별도의 어플리케이션을 개발하여야 한다. 즉, 종래 시스템에서 공유서비스를 생산하기 위해서는 어플리케이션 개발자가 SOAP(Simple Object Access Protocol), REST(Representational State Transfer)등의 서비스 방식을 선택하여 별도의 개발이 필요하였고, 그에 따른 비용과 기간이 필요하였다. 이로 인해, 공유 서비스화 과정에서 비효율성이 존재하고 있다.
따라서 이를 극복하기위해 공유서비스의 생산 및 관리를 보다 편리하고 별도의 추가 비용 없이도 공유서비스를 생산하고 관리할 수 있는 기술이 절실하다.
본 발명의 목적은 상술한 바와 같은 문제점을 해결하기 위한 것으로, 콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법을 제공하는 것이다.
상기 목적을 달성하기 위해 본 발명은 콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 관한 것으로서, 상기 콘텐츠 서비스를 규격화된 오픈 API로 등록하고, 등록된 콘텐츠 서비스(이하 서비스 API)에 대한 서비스 명세를 작성하는 API 등록부; 상기 오픈 API의 처리 모듈을 실행시키는 처리모듈 실행부; 및, 웹사이트 서버의 사용자로부터 서비스 API의 실행 요청을 수신하면, 상기 오픈 API 처리 모듈에 의해 상기 서비스 API를 실행시켜주는 API 처리부를 포함하는 것을 특징으로 한다.
또, 본 발명은 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 있어서, 상기 시스템은, 웹사이트 서버의 사용자로부터 상기 서비스 API의 실행 요청을 수신하면, 상기 서비스 API의 실행을 요청하는 사용자를 인증하고 상기 사용자에 의한 접근 통제를 수행하는 접근 관리부를 더 포함하는 것을 특징으로 한다.
또, 본 발명은 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 있어서, 상기 접근 관리부는 사용자키(AccessKey)와 사용자비밀키(AccessSecretKey)를 이용하는 키기반 인증 및 IP 주소(Address)를 이용하는 IP주소 인증 중 어느 하나 이상을 이용하는 것을 특징으로 한다.
또, 본 발명은 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 있어서, 상기 접근 관리부는 상기 서비스 API의 실행에 관한 통계정보를 수집하여 저장하는 것을 특징으로 한다.
또, 본 발명은 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 있어서, 상기 API 처리부는 상기 서비스 API를 실행한 결과를 웹 프로토콜에 의해 웹 데이터 형식으로 전환하여 상기 웹사이트 서버에 전송하는 것을 특징으로 한다.
또, 본 발명은 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 있어서, 상기 웹 프로토콜은 HTTP(hypertext transfer protocol]) 1.0 이상의 프로토콜이고, 상기 웹 데이터 형식은 XML(eXtensible Markup Languag) 또는 JSON(JavaScript Object Notation) 인 것을 특징으로 한다.
또, 본 발명은 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 있어서, 상기 오픈 API는 REST(Representational State Transfer), SOAP(Simple object access, Protocol), RSS/ATOM, RDF(Resource Description Framework) 중 어느 하나 이상인 것을 특징으로 한다.
또한, 본 발명은 콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법에 관한 것으로서, (a) 상기 콘텐츠 서비스를 규격화된 오픈 API로 등록하는 단계; (b) 등록된 콘텐츠 서비스(이하 서비스 API)에 대한 서비스 명세를 작성하는 단계; (c) 웹사이트 서버가 상기 서비스 명세에 따라 상기 서비스 API를 이용한 콘텐츠 서비스를 제공하는 단계; (d) 사용자 단말에서 상기 웹사이트 서버에 접속하여 상기 서비스 API의 콘텐츠 서비스를 요청하는 단계; (e) 웹사이트 서버에서 사용자 단말로부터 서비스 API의 실행 요청을 수신하면, 상기 오픈 API 처리 모듈에 의해 상기 서비스 API를 실행시켜주는 단계를 포함하는 것을 특징으로 한다.
또한, 본 발명은 상기 방법을 수행하는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체에 관한 것이다.
상술한 바와 같이, 본 발명에 따른 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법에 의하면, 콘텐츠 서버의 관리자는 별도의 어플리케이션 개발을 하지 않고도 콘텐츠를 공유하는 서비스를 타 웹사이트 서버에서 제공할 수 있는 효과가 얻어진다.
특히, 본 발명에 따른 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법에 의하면, 서비스 담당자가 쉬운 GUI툴을 사용하여 SOAP, REST, RSS, ATOM, RDF 등의 방식으로 공유서비스를 생산 및 수정, 삭제, 배포함으로써, 별도의 비용이 소요되지 않고 개발기간도 단축 수 있는 효과가 얻어진다.
도 1은 본 발명을 실시하기 위한 전체 시스템의 구성을 도시한 도면이다.
도 2 및 3은 본 발명의 일실시예에 따른 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템의 구성에 대한 블록도 및 시스템 구성도이다.
도 4는 본 발명에 따른 REST 서비스 등록 화면의 일례를 도시한 것이다.
도 5는 본 발명에 따른 SOAP 서비스 등록 화면의 일례를 도시한 것이다.
도 6은 본 발명에 따른 RSS/ATOM 서비스 등록 화면의 일례를 도시한 것이다.
도 7은 본 발명에 따른 오픈 API 서비스의 실행결과 화면의 일례를 도시한 것이다.
도 8은 본 발명에 따른 오픈 API 서비스의 접근통제 화면의 일례를 도시한 것이다.
도 9는 본 발명의 일실시예에 따른 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법을 설명하는 흐름도이다.
이하, 본 발명의 실시를 위한 구체적인 내용을 도면에 따라서 설명한다.
또한, 본 발명을 설명하는데 있어서 동일 부분은 동일 부호를 붙이고, 그 반복 설명은 생략한다.
먼저, 본 발명을 실시하기 위한 전체 시스템의 구성의 예들에 대하여 도 1을 참조하여 설명한다.
도 1에서 보는 바와 같이, 본 발명의 실시를 위한 전체 시스템의 일례는 관리자 단말(11), 사용자 단말(12), 콘텐츠 서버(50), 인터페이스 서버(30), 및, 웹사이트 서버(60)로 구성된다. 또, 사용자 단말(12) 및 서버(30, 50)들을 연결하기 위한 네트워크(20)도 포함되어 구성된다.
관리자 단말(11)은 콘텐츠 서버의 관리자가 이용하는 PC, 노트북, 넷북, 태블릿PC, PDA, 모바일 등의 통상의 컴퓨팅 단말기이다. 관리자는 관리자 단말(11)을 통해, 인터페이스 서버(30)에 접속하여 콘텐츠 서버(50)의 콘텐츠 서비스를 등록하는 등의 작업을 처리한다. 또한, 처리를 위한 입력 데이터는 관리자 단말(11)의 입력장치를 통해 입력되고, 그 처리 결과는 관리자 단말(11)의 화면 등 출력장치를 통해 출력된다. 이하에서, 관리자가 어떤 작업을 수행하는 설명은 관리자 단말(11)을 통해 수행하는 작업임을 의미한다. 또, 도면부호 11을 단말 이외에 관리자에게도 붙이기로 한다.
사용자 단말(12)은 콘텐츠 서버(50)에서 제공하는 콘텐츠 서비스를 이용하고자 하는 사용자가 이용하는 PC, 노트북, 넷북, 태블릿PC, PDA, 모바일 등의 통상의 컴퓨팅 단말기이다. 사용자는 사용자 단말(12)을 통해, 인터페이스 서버(30) 또는 웹사이트 서버(60) 등에 접속하여 콘텐츠 서비스 요청 작업 등을 처리한다. 또한, 처리를 위한 입력 데이터는 사용자 단말(12)의 입력장치를 통해 입력되고, 그 처리 결과는 사용자 단말(12)의 화면 등 출력장치를 통해 출력된다. 이하에서, 사용자가 어떤 작업을 수행하는 설명은 사용자 단말(12)을 통해 수행하는 작업임을 의미한다. 또, 도면부호 12를 단말 이외에 사용자에게도 붙이기로 한다.
콘텐츠 서버(50)는 통상의 서버로서, 네트워크(20)에 연결되어 콘텐츠 서비스를 제공한다. 예를 들어, 콘텐츠 서버(50)는 콘텐츠 제공자(CP, Contents Provider)가 운영하는 서버로서, 콘텐츠를 데이터베이스에 저장하고, 저장된 콘텐츠를 오픈 API 서비스 형태로 제공한다. 즉, 콘텐츠 서버(50)는 콘텐츠의 리소스, 메소드(operation), 콘텐츠 테이블의 엔터티(entity) 등을 REST(Representational State Transfer), SOAP(Simple object access, Protocol), RSS/ATOM, RDF(Resource Description Framework) 등의 오픈 API로 제공한다.
예를 들어, 콘텐츠 서버(50)는 온라인 쇼핑몰을 운영하는 운영자의 서버로서, 온라인 쇼핑몰에 게재된 상품의 상품 정보(상품명, 상품종류, 가격, 할인 정보 등) 등을 콘텐츠로 데이터베이스에 저장한다. 그리고 가격비교 업체 등의 웹사이트 서버(60)에 자신의 상품정보를 제공할 수 있다.
웹사이트 서버(60)는 통상의 웹서비스 서버로서, 네트워크(20)에 연결되어 사용자 단말(12)에 웹 서비스를 제공한다. 즉, 웹사이트 서버(60)는 일종의 웹서버 또는 웹서비스 서버로서 역할을 하도록 구축될 수 있다. 예를 들어, 웹사이트 서버(60)는 처리된 결과를 웹페이지 상에서 보여주거나, 필요한 입력 데이터를 웹페이지를 통해 전송 받는다. 즉, 웹사이트 서버(60)는 사용자 단말(12)과 데이터 통신을 하여, 자신의 서비스를 제공한다. 이때, 상기 웹페이지는 단순한 텍스트, 이미지, 멀티미디어 등 이외에도 웹 어플리케이션 등 특정 작업을 수행하기 위한 구동 소프트웨어도 포함하는 의미이다.
이때, 웹사이트 서버(60)는 오픈 API를 이용하여 콘텐츠 서버(50)의 콘텐츠 서비스를 제공한다. 즉, 콘텐츠 서비스의 오픈 API를 이용하여, 콘텐츠 서버(50)의 콘텐츠를 제공하는 서비스를 자신의 사이트에 구현한다.
예를 들어, 웹사이트 서버(60)는 온라인 쇼핑몰의 상품 정보를 제공하는 콘텐츠 서버(50)의 오픈 API를 이용하여, 가격비교에 대한 콘텐츠 서비스를 구현할 수 있다. 이때, 웹사이트 서버(60)는 REST, SOAP, RSS/ATOM, RDF 등의 오픈 API를 이용하여, 상기 콘텐츠 서버(50)의 콘텐츠를 접근한다. 그리고 그 콘텐츠를 직접 또는 가공하여 제공한다.
인터페이스 서버(30)는 통상의 서버로서, 콘텐츠 서버(50)의 관리자 요청에 의해 콘텐츠 서비스의 API를 등록하고, 등록된 API에 의해 구현된 웹사이트 서버(60)로부터 서비스 API 요청을 받으면 상기 콘텐츠 서버(50)가 상기 요청을 처리하도록 해준다.
즉, 인터페이스 서버(30)는 관리자 단말(11)과 네트워크로 연결되어, 콘텐츠 서비스에 대한 API를 등록시킬 수 있도록 등록 서비스를 제공한다. 오픈 API로 등록된 콘텐츠 서비스를 "서비스 API"로 부르기로 한다. 인터페이스 서버(30)는 서비스 API를 서비스 명세로 작성되어 배포된다.
각 웹사이트 서버(60)에서 상기 서비스 명세에 따라 서비스 API를 이용하여, 콘텐츠 서비스를 웹 상에서 구현한다. 상기 웹상에서 구현된 콘텐츠 서비스를 "콘텐츠 웹서비스"로 부르기로 한다. 상기 웹사이트 서버(60)의 콘텐츠 웹서비스가 사용자 단말(11)에 제공된다.
사용자 단말(11)은 콘텐츠 웹서비스를 요청하면, 상기 콘텐츠 웹서비스는 서비스 API를 구동하여, 상기 인터페이스 서버(30)는 서비스 API를 실행시켜 상기 요청을 수행해준다.
이때, 인터페이스 서버(30)는 서비스 API를 실행시켜 얻은 결과를 웹사이트 서버(60) 또는 사용자 단말(12)에 전송한다. 이때의 서비스 API의 결과는 XML(eXtensible Markup Languag) 또는 JSON(JavaScript Object Notation) 등의 표준화된 웹 데이터 형식으로 제공된다. 또한, 서비스 API 결과를 전송하는 프로토콜도 웹표준의 프로토콜, 예를 들어,HTTP(hypertext transfer protocol]) 1.0 이상의 프로토콜을 사용한다.
데이터베이스(40)는 등록된 서비스 API에 대한 정보를 저장하는 API명세DB(41), 서비스 API의 사용에 대한 통계정보를 저장하는 API통계DB(42), 및, 사용자 인증을 위한 인증정보DB(43)로 이루어진다. 그러나 상기 데이터베이스(40)의 구성은 바람직한 일실시예일 뿐이며, 구체적인 장치를 개발하는데 있어서, 접근 및 검색의 용이성 및 효율성 등을 감안하여 데이터베이스 구축이론에 의하여 다른 구조로 구성될 수 있다.
다음으로, 본 발명의 일실시예에 따른 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템(30)(이하 인터페이스 시스템)의 구성을 도 2 및 도 3을 참조하여 설명한다. 도 2는 본 발명의 일실시예에 따른 인터페이스 시스템의 구성 블록도이도, 도 3은 인터페이스 시스템의 시스템 구성도이다.
도 2 또는 도 3에서 보는 바와 같이, 인터페이스 시스템(30)은 API 등록부(31), 처리모듈 실행부(32), 및, API 처리부(33)를 포함한다. 또한, 접근 관리부(34)를 더 포함하여 구성될 수 있다.
API 등록부(31)는 콘텐츠 서비스를 규격화된 오픈 API로 등록하고, 등록된 콘텐츠 서비스(이하 서비스 API)에 대한 서비스 명세를 작성한다.
즉, 콘텐츠 서버(50)의 콘텐츠 서비스를 오픈 API로 등록한다. 이때, 오픈 API는 REST(Representational State Transfer), SOAP(Simple object access, Protocol), RSS/ATOM, RDF(Resource Description Framework) 중 어느 하나 이상을 사용한다.
한편, API 등록부(31)의 기능은 인터페이스 시스템(30)의 서버 기능으로 구현될 수 있고, 클라이언트 상에 구현될 수도 있다. 즉, 첫 번째의 실시예는 인터페이스 시스템(30)의 서버 상에서 구현된다. 따라서 서비스 API의 등록을 위해, 웹페이지 상에서 등록 페이지를 제공하고, 웹페이지의 입력에 의해 등록과정을 수행한다.
또한, 두 번째의 실시예의 경우, 클라이언트 단의 관리자 단말(11)에 설치되는 프로그램(또는 어플리케이션)으로 구현될 수 있다. 서비스 API의 등록을 위한 인터페이스 등을 제공하고 등록을 위한 입력을 받아 들여서, 서비스 API의 등록 내용의 입력이 완료되면, 그 결과를 서버에 전송한다.
API 등록부(31)는 각 오픈 API의 규격에 따라 각 규격에 맞는 등록화면을 제공한다.
먼저, REST 서비스를 등록하는 과정을 도 4를 참조하여 설명한다.
도 4a는 REST 서비스에 콘텐츠 서버의 콘텐츠 서비스를 등록하기 위한 화면이다. 이때, 서비스의 아이디 이름, 주소, 접근 통제에 대한 정보 등을 입력한다.
도 4b의 화면에 의해, REST 서비스의 기본적인 오퍼레이션을 자동으로 등록한다.
도 4c의 화면에 의해, REST에서의 HTTP의 기본 메소드인 GET/PUT/POST/DELETE을 생성한다. 즉, REST 서비스에 사용되는 기본적인 메소드는 GET, POST, DELETE, PUT 등이 있다. 즉, REST의 경우, 리소스를 URL로 표현하고, 상기 리소스에 대한 메소드를 정의함으로써, REST 서비스를 등록한다. 앞서 서비스의 주소 등이 리소스의 위치를 의미한다.
도 4d의 화면 인터페이스에 의해, 서비스 대상이 되는 테이블을 선택하면 엔터티(entity)를 자동 생성한다.
상기와 같이, API 등록부(31)는 콘텐츠 서비스에 대한 서비스 API를 등록하면, 도 4e와 같이, 등록된 서비스 API의 리스트를 볼 수 있다.
또한, 도 4f에서 보는 바와 같이, API 등록부(31)는 등록된 서비스 API에 대한 명세를 작성한다. 이때, REST Service 명세는 WADL(Web Application Description Language)로 제공되어는 것이 바람직하다.
다음으로, SOAP 서비스를 등록하는 과정을 도 5를 참조하여 설명한다.
도 5a에서 보는 바와 같이, API 등록부(31)는 콘텐츠 서비스에 대한 서비스 API를 등록하면, 등록된 SOAP 서비스 API의 리스트를 볼 수 있다.
도 5b는 SOAP 서비스의 오퍼레이션을 등록하기 위한 화면이다. 이때, 오퍼레이션에 대해 파라미터, SQL 쿼리문 등을 정의한다.
도 5c의 화면에 의해, SOAP 서비스의 엔터티(entity)를 생성한다. 콘텐츠 서버의 콘텐츠 DB의 테이블을 선택하면, 테이블의 필드가 모두 표시되어, 엔터티를 정의함으로써 엔터티를 생성한다. 도 4d는 등록된 서비스 API의 상세를 보여주는 화면이다.
또한, 앞서 REST의 경우와 마찬가지로, API 등록부(31)는 등록된 서비스 API에 대한 명세를 작성한다. 이때, SOAP Service 명세는 WADL(Web Application Description Language)로 제공되어는 것이 바람직하다.
다음으로, RSS/ATOM 서비스를 등록하는 과정을 도 6을 참조하여 설명한다.
도 6a에서 보는 바와 같이, API 등록부(31)는 콘텐츠 서비스에 대한 서비스 API를 등록하면, 등록된 RSS/ATOM 서비스 API의 리스트를 볼 수 있다.
도 6b와 도 6c는 RSS/ATOM 서비스를 등록하기 위한 화면이다.
또한, 앞서 REST 및 SOAP의 경우와 마찬가지로, API 등록부(31)는 등록된 서비스 API에 대한 명세를 작성한다. 이때, SOAP Service 명세는 WSDL(Web Service Description Language)로 제공되어는 것이 바람직하다.
처리모듈 실행부(32)는 오픈 API의 처리 모듈을 실행시킨다.
즉, 오픈 API를 처리할 수 있는 실행 모듈, 예를 들어, REST, SOAP, RSS/ATOM, RDF 서비스를 실행시킨다. 이때, 도 3에서 보는 바와 같이, 각 서비스에 대하여 각각의 서비스 실행모듈을 실행시킨다.
도 3의 REST 서비스(32a)는 처리모듈 실행부(32)에 의해 생성되고 API 등록부(31)에 의해 배포되어진 서비스 명세에 의한 REST 서비스(또는 서비스 API)로서 사용자의 요청에 대한 응답을 처리한다.
도 3의 SOAP 서비스(32b)는 처리모듈 실행부(32)에 의해 생성되고 API 등록부(31)에 의해 배포되어진 서비스 명세에 의한 SOAP 서비스(또는 서비스 API)로서 사용자의 요청에 대한 응답을 처리한다.
도 3의 SRSS/ATOM 서비스(32c)는 처리모듈 실행부(32)에 의해 생성되고 API 등록부(31)에 의해 배포되어진 서비스 명세에 의한 RSS/ATOM 서비스(또는 서비스 API)로서 사용자의 요청에 대한 응답을 처리한다.
도 3의 RDF 서비스(32c)는 처리모듈 실행부(32)에 의해 생성되고 API 등록부(31)에 의해 배포되어진 서비스 명세에 의한 RDF 서비스(또는 서비스 API)로서 사용자의 요청에 대한 응답을 처리한다.
즉, 처리모듈 실행부(32)는 오픈 API의 처리 모듈, 예를 들어, REST, SOAP, RSS/ATOM, RDF 서비스들을 배포(DEPLOY), 시작(START), 중지(STOP)한다.
API 처리부(33)는 웹사이트 서버의 사용자로부터 서비스 API의 실행 요청을 수신하면, 상기 오픈 API 처리 모듈에 의해 상기 서비스 API를 실행시켜준다.
또한, API 처리부(33)는 상기 서비스 API를 실행한 결과를 웹 프로토콜에 의해 웹 데이터 형식으로 전환하여 웹사이트 서버(60)에 전송한다.
이때, 실행결과를 통신하기 위한 웹 프로토콜은 HTTP(hypertext transfer protocol]) 1.0 이상의 프로토콜이고, 실행결과의 웹 데이터 형식은 XML(eXtensible Markup Languag) 또는 JSON(JavaScript Object Notation)으로 표현된다. 이렇게 웹 표준으로 제공함으로써, 웹사이트 서버(60) 또는 사용자 단말(12)에서 웹 형태로 상기 실행결과를 웹브라우저 상에서 표시할 수 있다.
도 7은 각 서비스에 의한 실행결과의 예를 도시하고 있다.
도 7a는 REST 서비스에 의한 실행결과이고, 도 7b 및 도 7c는 각각 SOAP 서비스 및 RSS/ATOM 서비스에 의한 실행결과이다.
접근 관리부(34)는 웹사이트 서버의 사용자로부터 상기 서비스 API의 실행 요청을 수신하면, 상기 서비스 API의 실행을 요청하는 사용자를 인증하고 상기 사용자에 의한 접근 통제를 수행한다.
특히, 접근 관리부(34)는 사용자키(AccessKey)와 사용자비밀키(AccessSecretKey)를 이용하는 키기반 인증 및 IP 주소(Address)를 이용하는 IP주소 인증 중 어느 하나 이상을 이용한다. 즉, 키기반 인증, 또는, IP 주소(Address)의 하나를 이용하거나, 조합하여 2가지를 모두 이용한다.
또한, 접근 관리부(34)는 상기 서비스 API의 실행에 관한 통계정보를 수집하여 저장한다. 예를 들어, REST/SOAP 서비스는 사용자 접근 횟수 제한 기능을 제공한다. 사용자별 무제한 접근과 일일 접근 횟수 제한 기능을 제공하여 서비스 트래픽을 조절할 수 있다.
접근 관리부(34)는 도 8과 같은 접근 통제의 정의 및 열람을 위한 화면을 제공한다. 도 8a는 사용자의 아이디, 상태, 접근키 등의 정보를 관리하는 사용자 관리화면이고, 도 8b는 사용자의 접근통제를 관리하기 위한 화면이고, 도 8c는 사용자의 접근 통계를 관리하는 화면이다.
다음으로, 본 발명의 일실시예에 따른 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법을 도 7을 참조하여 설명한다.
도 7에서 보는 바와 같이, 상기 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법은 (a) 콘텐츠 서비스를 규격화된 오픈 API로 등록하는 단계(S10); (b) 등록된 콘텐츠 서비스(이하 서비스 API)에 대한 서비스 명세를 작성하는 단계(S20); (c) 웹사이트 서버가 상기 서비스 명세에 따라 상기 서비스 API를 이용한 콘텐츠 서비스를 제공하는 단계(S30); (d) 사용자 단말에서 상기 웹사이트 서버에 접속하여 상기 서비스 API의 콘텐츠 서비스를 요청하는 단계(S40); (e) 웹사이트 서버에서 사용자 단말로부터 서비스 API의 실행 요청을 수신하면, 상기 오픈 API 처리 모듈에 의해 상기 서비스 API를 실행시켜주는 단계(S50)를 더 포함하여 구성될 수 있다.
상기 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법에 대한 설명 중 생략된 부분은 앞서 설명한 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 대한 설명을 참조한다.
이상, 본 발명자에 의해서 이루어진 발명을 상기 실시 예에 따라 구체적으로 설명하였지만, 본 발명은 상기 실시 예에 한정되는 것은 아니고, 그 요지를 이탈하지 않는 범위에서 여러 가지로 변경 가능한 것은 물론이다.
본 발명은 콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템을 개발하는 데 적용이 가능하다.

Claims (9)

  1. 콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템에 있어서,
    상기 콘텐츠 서비스를 규격화된 오픈 API로 등록하고, 등록된 콘텐츠 서비스(이하 서비스 API)에 대한 서비스 명세를 작성하는 API 등록부;
    상기 오픈 API의 처리 모듈을 실행시키는 처리모듈 실행부; 및
    웹사이트 서버의 사용자로부터 서비스 API의 실행 요청을 수신하면, 상기 오픈 API 처리 모듈에 의해 상기 서비스 API를 실행시켜주는 API 처리부를 포함하는 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템.
  2. 제1항에 있어서, 상기 시스템은,
    웹사이트 서버의 사용자로부터 상기 서비스 API의 실행 요청을 수신하면, 상기 서비스 API의 실행을 요청하는 사용자를 인증하고 상기 사용자에 의한 접근 통제를 수행하는 접근 관리부를 더 포함하는 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템.
  3. 제2항에 있어서,
    상기 접근 관리부는 사용자키(AccessKey)와 사용자비밀키(AccessSecretKey)를 이용하는 키기반 인증 및 IP 주소(Address)를 이용하는 IP주소 인증 중 어느 하나 이상을 이용하는 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템.
  4. 제2항에 있어서,
    상기 접근 관리부는 상기 서비스 API의 실행에 관한 통계정보를 수집하여 저장하는 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템.
  5. 제1항에 있어서,
    상기 API 처리부는 상기 서비스 API를 실행한 결과를 웹 프로토콜에 의해 웹 데이터 형식으로 전환하여 상기 웹사이트 서버에 전송하는 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템.
  6. 제5항에 있어서,
    상기 웹 프로토콜은 HTTP(hypertext transfer protocol]) 1.0 이상의 프로토콜이고, 상기 웹 데이터 형식은 XML(eXtensible Markup Languag) 또는 JSON(Java Script Object Notation) 인 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템.
  7. 제1항 내지 제6항 중 어느 한 항에 있어서,
    상기 오픈 API는 REST(Representational State Transfer), SOAP(Simple object access, Protocol), RSS/ATOM, RDF(Resource Description Framework) 중 어느 하나 이상인 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 시스템.
  8. 콘텐츠 서버에서 제공하는 콘텐츠 서비스를 API(Application Programming Interface)로 등록하여 제공하고 실행시켜주는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법에 있어서,
    (a) 상기 콘텐츠 서비스를 규격화된 오픈 API로 등록하는 단계;
    (b) 등록된 콘텐츠 서비스(이하 서비스 API)에 대한 서비스 명세를 작성하는 단계;
    (c) 웹사이트 서버가 상기 서비스 명세에 따라 상기 서비스 API를 이용한 콘텐츠 서비스를 제공하는 단계;
    (d) 사용자 단말에서 상기 웹사이트 서버에 접속하여 상기 서비스 API의 콘텐츠 서비스를 요청하는 단계;
    (e) 웹사이트 서버에서 사용자 단말로부터 서비스 API의 실행 요청을 수신하면, 상기 오픈 API 처리 모듈에 의해 상기 서비스 API를 실행시켜주는 단계를 포함하는 것을 특징으로 하는 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법.
  9. 제8항의 오픈 API 기반 콘텐츠 서비스 인터페이스 제공 방법을 수행하는 프로그램을 기록한 컴퓨터로 읽을 수 있는 기록매체.
PCT/KR2012/004453 2011-06-09 2012-06-07 오픈 api 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법 WO2012169775A2 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020110055729A KR101296321B1 (ko) 2011-06-09 2011-06-09 오픈 api 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법
KR10-2011-0055729 2011-06-09

Publications (3)

Publication Number Publication Date
WO2012169775A2 WO2012169775A2 (ko) 2012-12-13
WO2012169775A9 true WO2012169775A9 (ko) 2013-02-14
WO2012169775A3 WO2012169775A3 (ko) 2013-04-04

Family

ID=47296582

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2012/004453 WO2012169775A2 (ko) 2011-06-09 2012-06-07 오픈 api 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법

Country Status (2)

Country Link
KR (1) KR101296321B1 (ko)
WO (1) WO2012169775A2 (ko)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101741723B1 (ko) * 2016-01-08 2017-06-16 (주) 유윈인포시스 고해상도 비디오 서버 및 고해상도 비디오 서비스 제공 방법
KR101950074B1 (ko) * 2016-12-12 2019-02-19 주식회사 와이즈넛 복수의 오픈 api로부터 통합적인 데이터 수집방법
KR102189755B1 (ko) * 2018-02-01 2020-12-11 유니버셜리얼타임주식회사 Open api 기반 서비스의 체이닝 거래 통제 방법, 장치 및 프로그램
KR102164040B1 (ko) * 2018-04-16 2020-10-12 (주) 영림원소프트랩 클라우드 기반 전사적 자원 관리 시스템과 외부 시스템 간의 양방향 연동을 위한 마이크로 서비스 아키텍처 기반 open api 허브 시스템
CN111181727B (zh) * 2019-12-16 2021-08-17 北京航天智造科技发展有限公司 一种基于微服务的开放api全生命周期管理方法
CN112131022B (zh) * 2020-09-22 2024-05-14 深圳力维智联技术有限公司 开放api管理方法、装置、系统与计算机可读存储介质
KR102323681B1 (ko) * 2021-05-25 2021-11-10 주식회사쿠콘 정보 제공 플랫폼 시스템, 정보 제공 방법 및 이를 위한 컴퓨터 프로그램
KR102323680B1 (ko) * 2021-05-25 2021-11-10 주식회사쿠콘 통합 인증을 통한 정보 수집 플랫폼 시스템, 통합 인증을 통한 정보 수집 방법 및 이를 위한 컴퓨터 프로그램
CN113918499B (zh) * 2021-12-16 2022-04-08 深圳市明源云科技有限公司 开放接口生成方法、网络设备及计算机可读存储介质
CN115242761A (zh) * 2022-07-01 2022-10-25 浪潮云信息技术股份公司 一种动态OpenAPI自动化注册方法

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101107319B1 (ko) * 2008-12-01 2012-01-20 한국전자통신연구원 오픈 api 기반 웹포털 서비스 제공 방법 및 시스템
KR20110024199A (ko) * 2009-09-01 2011-03-09 주식회사 엘지유플러스 Open API 연동 시스템 및 그 제어 방법
KR101117762B1 (ko) * 2009-09-10 2012-03-16 광운대학교 산학협력단 오픈 api 제공 프록시 서버 및 이를 이용한 위젯 서비스 제공방법

Also Published As

Publication number Publication date
WO2012169775A2 (ko) 2012-12-13
KR101296321B1 (ko) 2013-08-14
WO2012169775A3 (ko) 2013-04-04
KR20120136666A (ko) 2012-12-20

Similar Documents

Publication Publication Date Title
WO2012169775A2 (ko) 오픈 api 기반 콘텐츠 서비스 인터페이스 제공 시스템 및 방법
US9497274B2 (en) Extending functionality of web-based applications
WO2023038381A1 (ko) Api 데이터 수집시스템 및 그에 관한 방법
US20070233827A1 (en) Ad hoc distributed resource coordination for a wireless grid
TWM394537U (en) A system for providing web cloud integrated services
WO2019109957A1 (zh) 基于esb的服务提供方法、装置、设备及可读存储介质
WO2014069787A1 (en) Security through metadata orchestrators
US8230448B2 (en) Methods, systems and computer program products for web service interaction with a resource management system
CN101454756A (zh) 对分布式事务的离散元素的跟踪
WO2014035094A1 (ko) 통화 시도시 이동 통신 단말기로 부가 정보를 제공하는 시스템 및 방법
JP2014171211A (ja) 情報処理システム
US20090013176A1 (en) Application level integration in support of a distributed network management and service provisioning solution
TWI727501B (zh) 無線通訊核心網路與在其中分析用戶設備移動的方法
CN106464584A (zh) 根据程序设计接口提供路由器信息
WO2019132314A1 (ko) 무선 통신 시스템에서 네트워크 기능 가상화를 위한 장치 및 방법
US20060023688A1 (en) Mobile exchange infrastructure
CN112417016B (zh) 一种数据交换方法、系统、设备及存储介质
Yu et al. Grid market directory: A web services based grid service publication directory
WO2014204189A1 (ko) 어플리케이션 실행의 개별단계를 위한 가상 공간 제공 시스템
WO2017213454A1 (ko) 사용자 서버를 이용한 파일 제어 시스템 및 방법
WO2015068897A9 (ko) 클라우드 서버의 중개 방법
US7650398B2 (en) Limited plugin load-up in support of distributed network management and service provisioning solutions
WO2013042809A1 (ko) 애플리케이션의 사용 현황 정보 제공 시스템 및 방법
WO2024117381A1 (ko) 전자 장치 및 그의 api 관리 방법
WO2018110735A1 (ko) 복수의 오픈 api로부터 통합적인 데이터 수집방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12797357

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct app. not ent. europ. phase

Ref document number: 12797357

Country of ref document: EP

Kind code of ref document: A2