KR20100062785A - Method and system for providing web portal service based on open application program interface - Google Patents

Method and system for providing web portal service based on open application program interface Download PDF

Info

Publication number
KR20100062785A
KR20100062785A KR1020090020301A KR20090020301A KR20100062785A KR 20100062785 A KR20100062785 A KR 20100062785A KR 1020090020301 A KR1020090020301 A KR 1020090020301A KR 20090020301 A KR20090020301 A KR 20090020301A KR 20100062785 A KR20100062785 A KR 20100062785A
Authority
KR
South Korea
Prior art keywords
web portal
service
request
response
open api
Prior art date
Application number
KR1020090020301A
Other languages
Korean (ko)
Other versions
KR101107319B1 (en
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 KR20100062785A publication Critical patent/KR20100062785A/en
Application granted granted Critical
Publication of KR101107319B1 publication Critical patent/KR101107319B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Abstract

PURPOSE: A web portal service providing method based on an open API(Application Program Interface) and a system thereof are provided to unify protocols and parameters of each web site and changing DB, thereby dynamically adding and changing a site. CONSTITUTION: A web portal server(230) provides a web portal service. A web portal application service server(210) reconstructs a program using an open API. The web portal application service server requests the web portal service. A service delivery platform(220) searches an authentication key corresponding to the open API ID and a web site address. The service delivery platform receives the web portal service. The service delivery platform transfers the received web portal service to the web portal application service server.

Description

오픈 API 기반 웹포털 서비스 제공 방법 및 시스템{Method and System for Providing Web Portal Service based on Open Application Program Interface}Method and System for Providing Open AP-based Web Portal Service based on Open Application Program Interface

본 발명은 웹포털 서비스에 대한 오픈 API를 서비스 전달 플랫폼을 통해 통합 개방해 주는 방법 및 시스템에 관한 것으로, 더욱 상세하게는 웹 사이트 각각의 프로토콜과 파라미터를 통합하고, 데이터베이스 변경을 통해 사이트 추가 및 변경을 동적으로 제공해 주는 오픈 API 기반 웹포털 서비스 제공 방법 및 시스템에 관한 것이다.The present invention relates to a method and system for integrating and opening an open API for a web portal service through a service delivery platform. More specifically, it integrates protocols and parameters of respective web sites and adds and changes sites through a database change. The present invention relates to a method and system for providing an open API based web portal service.

본 발명은 지식경제부 및 정보통신연구진흥원의 IT성장동력기술개발사업의 일환으로 수행한 연구로부터 도출된 것이다[과제관리번호:2008-S-006-01, 과제명:유무선 환경의 개방형 IPTV(IPTV 2.0) 기술개발]The present invention is derived from a study conducted as part of the IT growth engine technology development project of the Ministry of Knowledge Economy and the Ministry of Information and Communication Research and Development. [Task management number: 2008-S-006-01, Task name: Open IPTV in wired and wireless environment 2.0) Technology Development]

향후 차세대 서비스는 융합 서비스화 하는 추세로 특히 인터넷 서비스, 통신 서비스 및 방송 서비스가 결합된 매쉬업 융합 서비스를 제공하기 위하여, 개발자가 통신용 어댑터, 방송용 어댑터와 함께 웹개방형 기술을 쉽게 활용할 수 있는 서비스 전달 플랫폼(Service Delivery Platform: 이하, 'SDP'라 칭함) 어댑터 기술이 필요한 상황이다.In the future, next-generation services are becoming converged services. In particular, in order to provide mashup convergence services combining Internet services, communication services, and broadcasting services, a service delivery platform that enables developers to easily use web-open technology together with communication adapters and broadcast adapters. (Service Delivery Platform: hereinafter referred to as 'SDP') Adapter technology is required.

웹포털에 대한 오픈 API(Application Program Interface)는 현재 웹 2.0 기술 중 대표적인 것으로, 웹에서 사용할 수 있는 기능들을 회사가 무료로 제공해 주면, 사용자는 그 기능을 가져다 마치 레고블럭을 조립하듯이 자신의 프로그램에 조립해서 또 다른 프로그램을 만들 수 있다. 그러나, 각 사이트마다 다양한 웹포털 오픈 API 방식과 ID, 인증 관리 기능이 존재하고, 또한 통신사에서 웹포털 오픈 API를 개방하기 위해서는 안정적인 기능 제공이 필요하며, 통신사의 다른 응용 서비스와 쉽게 연계가 가능해야 한다. The open application program interface (API) for the web portal is one of the most representative Web 2.0 technologies. If the company provides the functions available on the web for free, the user can take the functions and assemble their programs as if they were building a LEGO block. You can assemble it into another program. However, various web portal open API methods, ID, and authentication management functions exist for each site, and in order to open the web portal open API in a telecommunication company, it is necessary to provide stable functions and to be easily connected with other application services of the telecommunication company. do.

웹포털 오픈 API는 크게 정보형 데이터 조회 형태와 자바스크립트를 사용하여 웹페이지를 가져오는 형태가 존재한다.There are two types of web portal open APIs: informational data search form and web page import using JavaScript.

웹포털 오픈 API를 이용하는 기존 기술을 살펴보면 다음과 같다. 즉, 알케미스(http://local.alkemis.com/local/index.htm)같은 경우, 웹포털 오픈 API를 직접 사이트별로 별도로 구축하고, 각 사이트로부터 직접 인증키를 생성 받아 응용 서비스에서 사이트별로 별도 관리하는 방식이다. 사이트의 갯수가 적을 경우는 상관없으나 개수가 많아질 경우 문제가 될 수 있다.The existing technologies using the web portal open API are as follows. In other words, in the case of Alchemis (http://local.alkemis.com/local/index.htm), the web portal open API can be built separately for each site, and an authentication key can be generated directly from each site for each site in the application service. It is managed separately. It does not matter if the number of sites is small, but it can be a problem if the number is large.

결국, 기존 통신 서비스와 인터넷 서비스 간의 IT 매쉬업 융합 서비스 형태인 ICT(Information & Communication Technology) 융합 서비스로 서비스 경쟁력 강화를 할 수 있는 방안이 필요하다. Google 지도, Naver 지식인 등 각 오픈 API 마다 사용 방법 및 인증 방법이 다양하여 응용 서비스 개발자들이 각 사이트별로 찾아서 사용하기 쉽지 않고, 개발자가 통신 서비스와 IT 서비스를 결합하여 개발하기 쉽지 않다.As a result, there is a need for a method for strengthening service competitiveness with ICT (Information & Communication Technology) convergence service, which is an IT mashup convergence service between existing communication service and Internet service. Each open API such as Google Maps and Naver intellectuals has various usage methods and authentication methods, so it is not easy for application service developers to find and use each site, and it is not easy for developers to develop a combination of communication service and IT service.

본 발명은 상기한 바와 같은 문제점을 해결하기 위하여 안출된 것으로서, REST/RSS, REST/XML 프로토콜 등 웹 2.0 프로토콜에 상관없이 지원할 수 있고, 다양한 검색 사이트를 동일한 WSI(Web Services Interoperability Organization) 규격으로 통일하기 위한 오픈 API 기반 웹포털 서비스 제공 방법 및 시스템을 제공하는 데 그 목적이 있다.The present invention has been made to solve the problems described above, can support regardless of the Web 2.0 protocol, such as REST / RSS, REST / XML protocol, unified various search sites to the same Web Services Interoperability Organization (WSI) standard The purpose is to provide an open API-based web portal service providing method and system.

본 발명의 다른 목적은 웹포털 통합 인증키 관리를 통해 사이트별 인증키 통합 관리 기능을 제공하기 위한 오픈 API 기반 웹포털 서비스 제공 방법 및 시스템을 제공한다.It is another object of the present invention to provide a method and system for providing an open API-based web portal service for providing an integrated management function for a site-specific authentication key through web portal integrated authentication key management.

본 발명의 다른 목적은 파라미터 맵핑 기능을 통해 REST/RSS, XML 등의 메시지 파라미터 중 필요한 정보들만 개방하거나 맵핑시키기 위한 오픈 API 기반 웹포털 서비스 제공 방법 및 시스템을 제공한다.Another object of the present invention is to provide a method and system for providing an open API-based web portal service for opening or mapping only necessary information among message parameters such as REST / RSS and XML through a parameter mapping function.

본 발명의 다른 목적은 신규 사이트 추가시 재개발을 필요로 하지 않는 동적인 오픈 API 프레임워크 구조를 제공하기 위한 오픈 API 기반 웹포털 서비스 제공 방법 및 시스템을 제공한다.Another object of the present invention is to provide an open API-based web portal service providing method and system for providing a dynamic open API framework structure that does not require redevelopment when adding a new site.

본 발명의 또 다른 목적은 사이트 접속시마다 통합된 웹 서비스 규격의 개방화 기술을 제공하기 위한 오픈 API 기반 웹포털 서비스 제공 방법 및 시스템을 제공한다.Still another object of the present invention is to provide a method and system for providing an open API-based web portal service for providing an open technology of an integrated web service standard every time a site is accessed.

이와 같은 목적을 달성하기 위한 본 발명은, 오픈 API(Application Program Interface)의 웹 사이트로서, 웹포털 서비스를 제공하는 웹포털 서버; 상기 오픈 API를 이용하여 프로그램을 재구성하고, 상기 웹포털 서비스를 요청하는 웹포털 응용 서비스 서버; 및 상기 웹포털 응용 서비스 서버의 서비스 요청시 오픈 API ID에 대응되는 인증키 및 웹 사이트 주소를 검색한 후, 상기 인증키를 이용하여 상기 웹 사이트 주소를 갖는 웹포털 서버에 접속하고, 상기 웹포털 서버로부터 통합 파라미터에 맵핑되는 웹포털 서비스를 수신하여 상기 웹포털 응용 서비스 서버로 전달하는 서비스 전달 플랫폼을 포함하는 오픈 API 기반 웹포털 서비스 제공 시스템을 제공한다.The present invention for achieving the above object, Web site of the open API (Application Program Interface), Web portal server for providing a web portal service; A web portal application service server for reconfiguring a program using the open API and requesting the web portal service; And searching for an authentication key corresponding to an open API ID and a web site address when the web portal application service server requests a service, and accessing the web portal server having the web site address using the authentication key. An open API-based web portal service providing system including a service delivery platform for receiving a web portal service mapped to an integration parameter from a server and delivering the web portal service to the web portal application service server.

본 발명은, 응용 인터페이스 처리기, 웹포털 통합 인증기, 파라미터 맵퍼, 웹포털 응답 분석기 및 웹포털 요청 응답기를 포함하는 웹포털 어댑터에서 오픈 API 기반 웹포털 서비스 제공 방법에 있어서, 오픈 API ID 및 통합 요청 목록 정보를 포함하는 서비스 요청 신호를 웹포털 응용 서비스 서버로부터 수신하는 단계; 상기 오픈 API ID에 대응되는 인증키 및 웹 사이트 주소를 검색하는 단계; 상기 인증키를 이용하여 상기 웹 사이트 주소를 갖는 상기 웹포털 서버로 접속하고, 상기 통합 요청 목록 정보에 맵핑되는 웹포털 서비스를 상기 웹포털 서버로 요청하는 단계; 및 상기 웹포털 서버로부터 제공되는 웹포털 서비스를 상기 웹포털 응용 서비스 서버로 전달하는 단계를 포함한다.The present invention provides an open API-based web portal service providing method in a web portal adapter including an application interface processor, a web portal integrated authenticator, a parameter mapper, a web portal response analyzer, and a web portal request responder. Receiving a service request signal including list information from the web portal application service server; Retrieving an authentication key and a web site address corresponding to the open API ID; Accessing the web portal server having the web site address using the authentication key, and requesting a web portal service mapped to the integration request list information to the web portal server; And delivering a web portal service provided from the web portal server to the web portal application service server.

이상에서 설명한 바와 같이 본 발명에 의하면, 웹 사이트 각각의 프로토콜과 파라미터를 통합해주는 표준 규격을 제안하는 오픈 API 기반 웹포털 서비스 제공 방법 및 시스템을 제공함으로써, 개발자가 모든 웹 사이트를 동일한 방법으로 접속하여 프로그램을 편리하게 개발할 수 있다.As described above, according to the present invention, by providing a method and system for providing an open API-based web portal service that proposes a standard standard integrating protocols and parameters of each web site, developers can access all web sites in the same way. You can develop the program conveniently.

또한, 신규 사이트 추가시 프로그램의 재개발을 필요로 하지 않는 동적인 오픈 API 프레임워크 구조를 제공하고, 통신 서비스에 타분야인 인터넷 서비스를 매쉬업(Mash-up)함으로써, 상품성, 서비스 및 분위기를 높여 부가가치 창출을 증대시키는 효과가 있다.In addition, by providing a dynamic open API framework structure that does not require program redevelopment when adding a new site, and by mashing up Internet service that is other field in communication service, it enhances the added value, service and atmosphere. It has the effect of increasing creation.

또한, 웹 서비스 개발 지식을 가진 개발자들이 동일한 툴킷을 가지고, 통신 및 인터넷 분야에서 각 서비스나 결합 서비스 개발이 가능하여 개발의 효율성이 증대된다.In addition, developers with web service development knowledge have the same toolkit, and each service or combined service can be developed in the communication and internet fields, thereby increasing the development efficiency.

또한, 개발자들은 각 오픈 API별로 개별 사용 방법을 익힐 필요가 없고, 각 인증키 제공 방식을 이해할 필요가 없다.In addition, developers do not need to learn how to use each open API individually and do not need to understand how to provide each authentication key.

이하, 본 발명의 일실시예를 첨부된 도면들을 참조하여 상세히 설명한다. 또한, 본 발명을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략한다.Hereinafter, an embodiment of the present invention will be described in detail with reference to the accompanying drawings. In the following description of the present invention, a detailed description of known functions and configurations incorporated herein will be omitted when it may make the subject matter of the present invention rather unclear.

실시예Example

도 1은 본 발명의 일실시예에 따른 서비스 전달 플랫폼을 이용한 융합 서비스 제공 과정을 보여주기 위한 개념도이다.1 is a conceptual diagram illustrating a process of providing a converged service using a service delivery platform according to an embodiment of the present invention.

도 1을 참조하면, 융합 서비스 이용 고객(110)은 서비스 전달 플랫폼(Service Delivery Platform: SDP)(120)을 통해 융합 서비스를 제공받을 수 있다. 즉, 융합 서비스 이용 고객(110)은 서비스 전달 플랫폼(120)의 웹포털 어댑터(122), 방송 어댑터(124) 및 통신 어댑터(126)를 통해 인터넷, 방송 및 통신 서비스 등의 융합 서비스를 제공받게 된다.Referring to FIG. 1, the converged service user 110 may be provided with a converged service through a service delivery platform (SDP) 120. That is, the customer 110 using the converged service receives a converged service such as the Internet, a broadcast and a communication service through the web portal adapter 122, the broadcast adapter 124, and the communication adapter 126 of the service delivery platform 120. do.

도 2는 본 발명의 일실시예에 따른 오픈 API 기반 웹포털 서비스 제공 시스템을 나타낸 블럭 구성도이다.2 is a block diagram illustrating an open API-based web portal service providing system according to an exemplary embodiment of the present invention.

도 2를 참조하면, 본 발명에 따른 오픈 API 기반 웹포털 서비스 제공 시스템은 크게 웹포털 응용 서비스 서버(210), 서비스 전달 플랫폼(220) 및 웹포털 서버(230) 등을 포함한다.Referring to FIG. 2, the open API-based web portal service providing system according to the present invention includes a web portal application service server 210, a service delivery platform 220, a web portal server 230, and the like.

웹포털 응용 서비스 서버(210)는 오픈 API(Application Program Interface)를 이용하여 프로그램을 재구성하고, 웹포털 서버(230)에게 웹포털 서비스를 요청한다. 예컨대, 웹포털 응용 서비스 서버(210)는 네이버, 구글, 다음(Daum) 및 알라딘 등의 웹 사이트로부터 컨텐츠, 지도, 검색 및 블로그 등에 대한 오픈 API를 제공받고, 자신이 만든 프로그램에서 컨텐츠, 지도, 검색 및 블로그 등의 기능을 제공하게 된다.The web portal application service server 210 reconfigures a program using an open application program interface (API), and requests a web portal service from the web portal server 230. For example, the web portal application service server 210 receives open APIs for content, maps, search, and blogs from websites such as Naver, Google, Daum, and Aladdin, and provides content, maps, It will provide functions such as search and blog.

서비스 전달 플랫폼(220)은 다수의 오픈 API와 관련된 인증키 및 파라미터를 통합하여 관리하고, 웹포털 응용 서비스 서버(210)의 웹포털 서비스 요청시 오픈 API ID에 대응되는 인증키 및 웹 사이트 주소를 검색한 후, 인증키를 이용하여 웹 사이트 주소를 갖는 웹포털 서버(230)에 접속하고, 웹포털 서버(230)로부터 통합 파라미터에 맵핑되는 웹포털 서비스를 수신하여 웹포털 응용 서비스 서버(210)로 전달한다. 이때, 서비스 전달 플랫폼(220)과 웹포털 서버(230)는 REST/RSS, REST/XML 프로토콜 등의 웹 2.0 프로토콜을 이용하여 데이터를 송수신하게 된다.The service delivery platform 220 integrates and manages authentication keys and parameters related to a plurality of open APIs, and provides an authentication key and a website address corresponding to the open API ID when a web portal service request of the web portal application service server 210 is made. After the search, the web portal server 230 accesses the web portal server 230 having the web site address using the authentication key, receives the web portal service mapped to the integration parameter from the web portal server 230, and then executes the web portal application service server 210. To pass. In this case, the service delivery platform 220 and the web portal server 230 transmits and receives data using a web 2.0 protocol such as REST / RSS and REST / XML protocol.

본 발명에 따른 서비스 전달 플랫폼(220)은 서비스 세션을 관리하는 세션 관리자(222), 다수의 어댑터를 관리하는 플러그 인 관리자(224) 및 웹포털 서비스 요청을 처리하는 웹포털 어댑터(226), 방송 서비스 요청을 처리하는 방송 어댑터(미도시) 및 통신 서비스 요청을 처리하는 통신 어댑터(미도시) 등을 포함하는 다수의 어댑터 등을 포함한다. 여기서, 웹포털 어댑터(226)는 웹포털 서비스 요청을 처리하는 응용 인터페이스 처리기(226a), 다수의 인증키를 저장하는 웹포털 통합 인증기(226b), 다수의 웹포털 서버와의 통신을 처리하는 웹포털 요청 응답기(226c), 다수의 웹포털 서버와의 통신 응답 결과를 분석하는 웹포털 응답 분석기(226d) 및 통합 파라미터의 규격과 웹포털 파라미터의 규격 관계를 맵핑하고 관리하는 파라미터 맵퍼(226e) 등을 포함한다.The service delivery platform 220 according to the present invention includes a session manager 222 managing a service session, a plug-in manager 224 managing a plurality of adapters, and a web portal adapter 226 processing a web portal service request, and broadcasting. And a plurality of adapters including a broadcast adapter (not shown) for processing a service request and a communication adapter (not shown) for processing a communication service request. Here, the web portal adapter 226 is an application interface processor 226a for processing a web portal service request, a web portal integrated authenticator 226b for storing a plurality of authentication keys, and a communication with a plurality of web portal servers. The web portal request responder 226c, the web portal response analyzer 226d which analyzes the communication response results with a plurality of web portal servers, and the parameter mapper 226e which maps and manages the relationship between the specification of the integration parameter and the specification of the web portal parameter. And the like.

웹포털 서버(230)는 네이버, 다음(Daum), 알라딘 및 아마존 등과 같은 오픈 API의 웹 사이트로서, 컨텐츠, 지도, 검색 및 블로그 등의 웹포털 서비스를 제공한다.The web portal server 230 is a web site of open APIs such as Naver, Daum, Aladdin, and Amazon, and provides web portal services such as content, maps, search, and blogs.

도 3은 본 발명의 일실시예에 따른 오픈 API 기반 웹포털 서비스 제공 방법을 나타낸 흐름도이다.3 is a flowchart illustrating a method for providing an open API-based web portal service according to an embodiment of the present invention.

도 3을 참조하면, 웹포털 응용 서비스 서버(210)는 오픈 API ID 및 통합 요청 목록 정보를 포함하는 서비스 요청 신호를 서비스 전달 플랫폼(220)을 경유하여 응용 인터페이스 처리기(226a)로 전송한다(S312).Referring to FIG. 3, the web portal application service server 210 transmits a service request signal including an open API ID and integration request list information to the application interface processor 226a via the service delivery platform 220 in operation S312. ).

응용 인터페이스 처리기(226a)는 오픈 API ID를 포함하는 인증키 요청 신호를 웹포털 통합 인증기(226b)로 전송하고(S314), 웹포털 통합 인증기(226b)는 인증키(Open API key) 및 웹 사이트 주소(Uniform Resource Locator: URL)를 포함하는 인증키 응답 신호를 응용 인터페이스 처리기(226a)로 전송한다(S316). 이때, 웹포털 통합 인증기(226b)는 오픈 API ID에 대응되는 인증키를 검색한 후, 검색된 인증키를 응용 인터페이스 처리기(226a)로 전송한다.The application interface processor 226a transmits an authentication key request signal including an open API ID to the web portal integrated authenticator 226b (S314), and the web portal integrated authenticator 226b includes an authentication key (Open API key) and The authentication key response signal including the web site address (Uniform Resource Locator: URL) is transmitted to the application interface processor 226a (S316). At this time, the web portal integrated authenticator 226b searches for an authentication key corresponding to the open API ID, and then transmits the found authentication key to the application interface processor 226a.

응용 인터페이스 처리기(226a)는 오픈 API ID 및 통합 요청 목록 정보를 포함하는 웹포털 요청 목록 요청 신호를 파라미터 맵퍼(226e)로 전송하고(S318), 파라미터 맵퍼(226e)는 웹포털 프로토콜 및 웹포털 요청 목록 정보를 포함하는 웹포털 요청 목록 응답 신호를 응용 인터페이스 처리기(226a)로 전송한다(S320).The application interface processor 226a transmits the web portal request list request signal including the open API ID and the integration request list information to the parameter mapper 226e (S318), and the parameter mapper 226e requests the web portal protocol and the web portal request. The web portal request list response signal including the list information is transmitted to the application interface processor 226a (S320).

응용 인터페이스 처리기(226a)는 오픈 API ID, 인증키, 웹포털 프로토콜 및 웹포털 요청 목록 정보를 포함하는 웹포털 서비스 요청 신호를 웹포털 요청 응답기(226c)로 전송한다(S322).The application interface processor 226a transmits the web portal service request signal including the open API ID, the authentication key, the web portal protocol, and the web portal request list information to the web portal request responder 226c (S322).

이어서, 웹포털 요청 응답기(226c)는 웹포털 서비스 요청 신호를 웹포털 서버(230)로 전송하고(S324), 웹포털 서버(230)는 웹포털 서비스 요청 신호에 응답하는 웹포털 서비스 응답 신호를 웹포털 요청 응답기(226c)로 전송한다(S326).Subsequently, the web portal request responder 226c transmits a web portal service request signal to the web portal server 230 (S324), and the web portal server 230 sends a web portal service response signal in response to the web portal service request signal. The portal information is transmitted to the request responder 226c (S326).

웹포털 요청 응답기(226c)는 응답 문서 분석 요청 신호를 웹포털 응답 분석기(226d)로 전송하고(S328), 웹포털 응답 분석기(226d)는 웹포털 응답 목록 정보를 포함하는 응답 문서 분석 응답 신호를 웹포털 요청 응답기(226c)로 전송한 다(S330).The web portal request responder 226c transmits the response document analysis request signal to the web portal response analyzer 226d (S328), and the web portal response analyzer 226d sends the response document analysis response signal including the web portal response list information. The portal is transmitted to the request responder 226c (S330).

웹포털 요청 응답기(226c)는 오픈 API ID 및 웹포털 응답 목록 정보를 포함하는 웹포털 서비스 응답 신호를 응용 인터페이스 처리기(226a)로 전송한다(S332).The web portal request responder 226c transmits a web portal service response signal including the open API ID and the web portal response list information to the application interface processor 226a (S332).

이어서, 응용 인터페이스 처리기(226a)는 오픈 API ID 및 웹포털 응답 목록 정보를 포함하는 웹포털 응답 문서 요청 신호를 파라미터 맵퍼(226e)로 전송하고(S334), 파라미터 맵퍼(226e)는 통합 응답 목록 정보를 포함하는 웹포털 응답 문서 응답 신호를 응용 인터페이스 처리기(226a)로 전송한다(S336).Subsequently, the application interface processor 226a transmits the web portal response document request signal including the open API ID and the web portal response list information to the parameter mapper 226e (S334), and the parameter mapper 226e performs the integrated response list information. The web portal response document response signal including a is transmitted to the application interface processor 226a (S336).

응용 인터페이스 처리기(226a)는 오픈 API ID 및 통합 응답 목록 정보를 포함하는 서비스 응답 신호를 서비스 전달 플랫폼(220)을 경유하여 웹포털 응용 서비스 서버(210)로 전송한다(S338).The application interface processor 226a transmits a service response signal including the open API ID and the integrated response list information to the web portal application service server 210 via the service delivery platform 220 in operation S338.

도 4는 본 발명의 일실시예에 따른 웹포털 어댑터에 웹 사이트를 등록하는 방법을 나타낸 흐름도이다.4 is a flowchart illustrating a method of registering a web site with a web portal adapter according to an embodiment of the present invention.

도 4를 참조하면, 플러그 인 관리자(224)는 오픈 API ID, 인증키 및 웹 사이트 주소를 포함하는 사이트 등록 요청 신호를 서비스 전달 플랫폼(220)을 경유하여 응용 인터페이스 처리기(226a)로 전송한다(S410).Referring to FIG. 4, the plug-in manager 224 transmits a site registration request signal including an open API ID, an authentication key, and a web site address to the application interface processor 226a via the service delivery platform 220 (see FIG. 4). S410).

응용 인터페이스 처리기(226a)는 수신한 사이트 등록 요청 신호를 웹포털 통합 인증기(226b)로 전송하고(S412), 웹포털 통합 인증기(226b)는 사이트 등록 응답 신호를 응용 인터페이스 처리기(226a)로 전송한다(S414).The application interface processor 226a transmits the received site registration request signal to the web portal integrated authenticator 226b (S412), and the web portal integrated authenticator 226b sends the site registration response signal to the application interface processor 226a. It transmits (S414).

응용 인터페이스 처리기(226a)는 사이트 등록 응답 신호를 서비스 전달 플랫폼(220)을 경유하여 플러그 인 관리자(224)로 전송한다(S416).The application interface processor 226a transmits a site registration response signal to the plug-in manager 224 via the service delivery platform 220 (S416).

이어서, 플러그 인 관리자(224)는 오픈 API ID, 통합 요청 파라미터 및 웹포털 요청 파라미터를 포함하는 요청 목록 맵핑 등록 요청 신호를 서비스 전달 플랫폼(220)을 경유하여 응용 인터페이스 처리기(226a)로 전송한다(S418).The plug-in manager 224 then sends a request list mapping registration request signal, including the open API ID, integration request parameters and web portal request parameters, to the application interface processor 226a via the service delivery platform 220 ( S418).

응용 인터페이스 처리기(226a)는 수신한 요청 목록 맵핑 등록 요청 신호를 파라미터 맵퍼(226e)로 전송하고(S420), 파라미터 맵퍼(226e)는 요청 목록 맵핑 등록 요청 신호에 응답하는 요청 목록 맵핑 등록 응답 신호를 응용 인터페이스 처리기(226a)로 전송한다(S422).The application interface processor 226a transmits the received request list mapping registration request signal to the parameter mapper 226e (S420), and the parameter mapper 226e sends a request list mapping registration response signal in response to the request list mapping registration request signal. The transmission is transmitted to the application interface processor 226a (S422).

응용 인터페이스 처리기(226a)는 요청 목록 맵핑 등록 응답 신호를 서비스 전달 플랫폼(220)을 경유하여 플러그 인 관리자(224)로 전송한다(S424).The application interface processor 226a transmits the request list mapping registration response signal to the plug-in manager 224 via the service delivery platform 220 (S424).

단계 S418에서 단계 S424는 통합 요청 파라미터의 개수만큼 반복하게 된다.In step S418 step S424 is repeated by the number of integration request parameters.

이어서, 플러그 인 관리자(224)는 오픈 API ID, 통합 응답 파라미터 및 웹포털 응답 파라미터를 포함하는 응답 목록 맵핑 등록 요청 신호를 서비스 전달 플랫폼(220)을 경유하여 응용 인터페이스 처리기(226a)로 전송한다(S426).The plug-in manager 224 then sends a response list mapping registration request signal comprising the open API ID, the unified response parameter, and the web portal response parameter, to the application interface processor 226a via the service delivery platform 220 (see FIG. S426).

응용 인터페이스 처리기(226a)는 응답 목록 맵핑 등록 요청 신호를 파라미터 맵퍼(226e)로 전송하고(S428), 파라미터 맵퍼(226e)는 응답 목록 맵핑 등록 요청 신호에 응답하는 응답 목록 맵핑 등록 응답 신호를 응용 인터페이스 처리기(226a)로 전송한다(S430).The application interface processor 226a transmits the response list mapping registration request signal to the parameter mapper 226e (S428), and the parameter mapper 226e transmits the response list mapping registration response signal in response to the response list mapping registration request signal. The processor 226a transmits the data to the processor 226a (S430).

끝으로, 응용 인터페이스 처리기(226a)는 수신한 응답 목록 맵핑 등록 응답 신호를 서비스 전달 플랫폼(220)을 경유하여 플러그 인 관리자(224)로 전송한다(S432).Finally, the application interface processor 226a transmits the received response list mapping registration response signal to the plug-in manager 224 via the service delivery platform 220 (S432).

단계 S426에서 단계 S432는 통합 응답 파라미터의 갯수만큼 반복하게 된다.In step S426 step S432 is repeated by the number of integrated response parameters.

도 5는 본 발명의 일실시예에 따른 각 정보의 필드 구성을 나타낸 도면이다.5 is a diagram showing the field configuration of each information according to an embodiment of the present invention.

도 5를 참조하면, 웹포털 통합 인증기(226b)는 웹포털 오픈 API 기본 정보를 관리한다. 여기서, 웹포털 오픈 API 기본 정보는 오픈 API ID, 웹포털 서비스 명, 웹 사이트 주소, 인증키, 요청 프로토콜 및 응답 프로토콜 필드로 구성된다.Referring to FIG. 5, the web portal integrated authenticator 226b manages web portal open API basic information. Here, the web portal open API basic information includes an open API ID, a web portal service name, a web site address, an authentication key, a request protocol, and a response protocol field.

파라미터 맵퍼(226e)는 웹포털 요청 목록 정보, 웹포털 응답 목록 정보, 통합 요청 목록 정보 및 통합 응답 목록 정보를 관리한다. 여기서, 웹포털 요청 목록 정보는 오픈 API ID, 웹포털 요청 파라미터 ID, 웹포털 요청 파라미터 명 및 통합 요청 파라미터 ID 필드로 구성된다. 웹포털 응답 목록 정보는 오픈 API ID, 웹포털 응답 파라미터 ID, 웹포털 응답 파라미터 명 및 통합 응답 파라미터 ID 필드로 구성된다. 통합 요청 목록 정보 및 통합 응답 목록 정보는 통합 파라미터 ID, 파라미터 형태 및 통합 파라미터 명 필드로 구성된다.The parameter mapper 226e manages web portal request list information, web portal response list information, integration request list information, and integration response list information. Here, the web portal request list information includes an open API ID, a web portal request parameter ID, a web portal request parameter name, and an integration request parameter ID field. The web portal response list information includes an open API ID, a web portal response parameter ID, a web portal response parameter name, and an integrated response parameter ID field. The integration request list information and the integration response list information are composed of an integration parameter ID, a parameter type, and an integration parameter name field.

이상의 설명은 본 발명의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 다양한 수정 및 변형이 가능할 것이다. 따라서, 본 발명에 개시된 실시예들은 본 발명의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예에 의하여 본 발명의 기술 사상의 범위가 한정되는 것은 아니다. 본 발명의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.The foregoing description is merely illustrative of the technical idea of the present invention, and various changes and modifications may be made by those skilled in the art without departing from the essential characteristics of the present invention. Therefore, the embodiments disclosed in the present invention are not intended to limit the technical idea of the present invention but to describe the present invention, and the scope of the technical idea of the present invention is not limited by these embodiments. The protection scope of the present invention should be interpreted by the following claims, and all technical ideas within the equivalent scope should be interpreted as being included in the scope of the present invention.

도 1은 본 발명의 일실시예에 따른 서비스 전달 플랫폼을 이용한 융합 서비스 제공 과정을 보여주기 위한 개념도,1 is a conceptual diagram illustrating a convergence service providing process using a service delivery platform according to an embodiment of the present invention;

도 2는 본 발명의 일실시예에 따른 오픈 API 기반 웹포털 서비스 제공 시스템을 나타낸 블럭 구성도,2 is a block diagram showing a system for providing an open API-based web portal service according to an embodiment of the present invention;

도 3은 본 발명의 일실시예에 따른 오픈 API 기반 웹포털 서비스 제공 방법을 나타낸 흐름도,3 is a flowchart illustrating a method for providing an open API-based web portal service according to an embodiment of the present invention;

도 4는 본 발명의 일실시예에 따른 웹포털 어댑터에 웹 사이트를 등록하는 방법을 나타낸 흐름도,4 is a flowchart illustrating a method of registering a web site with a web portal adapter according to an embodiment of the present invention;

도 5는 본 발명의 일실시예에 따른 각 정보의 필드 구성을 나타낸 도면이다.5 is a diagram showing the field configuration of each information according to an embodiment of the present invention.

< 도면의 주요 부분에 대한 부호의 설명 ><Description of Symbols for Main Parts of Drawings>

210: 웹포털 응용 서비스 서버 220: 서비스 전달 플랫폼210: Web portal application service server 220: service delivery platform

222: 세션 관리자 224: 플러그 인 관리자222: Session Manager 224: Plug-in Manager

226: 웹포털 어댑터 226a: 응용 인터페이스 처리기226: Portal Portal Adapter 226a: Application Interface Handler

226b: 웹포털 통합 인증기 226c: 웹포털 요청 응답기226b: Portal Portal Authenticator 226c: Portal Portal Request Responder

226d: 웹포털 응답 분석기 226e: 파라미터 맵퍼226d: Web Portal Response Analyzer 226e: Parameter Mapper

230: 웹포털 서버230: Web portal server

Claims (11)

오픈 API(Application Program Interface)의 웹 사이트로서, 웹포털 서비스를 제공하는 웹포털 서버;A web site of an open application program interface (API), the web portal server providing a web portal service; 상기 오픈 API를 이용하여 프로그램을 재구성하고, 상기 웹포털 서비스를 요청하는 웹포털 응용 서비스 서버; 및A web portal application service server for reconfiguring a program using the open API and requesting the web portal service; And 상기 웹포털 응용 서비스 서버의 서비스 요청시 오픈 API ID에 대응되는 인증키 및 웹 사이트 주소를 검색한 후, 상기 인증키를 이용하여 상기 웹 사이트 주소를 갖는 웹포털 서버에 접속하고, 상기 웹포털 서버로부터 통합 파라미터에 맵핑되는 웹포털 서비스를 수신하여 상기 웹포털 응용 서비스 서버로 전달하는 서비스 전달 플랫폼;When the web portal application service server requests a service, the authentication key corresponding to the open API ID is searched and the web site address is searched. Then, the web portal server having the web site address is accessed using the authentication key. A service delivery platform for receiving a web portal service mapped to an integration parameter from the web portal application service and delivering the web portal service to the web portal application service server; 을 포함하는 오픈 API 기반 웹포털 서비스 제공 시스템.Open API-based web portal service providing system comprising a. 제1항에 있어서, 상기 서비스 전달 플랫폼은,According to claim 1, The service delivery platform, 웹포털 서비스 요청을 처리하는 웹포털 어댑터, 방송 서비스 요청을 처리하는 방송 어댑터 및 통신 서비스 요청을 처리하는 통신 어댑터 중 적어도 하나를 포함하는 다수의 어댑터;A plurality of adapters including at least one of a web portal adapter for processing a web portal service request, a broadcast adapter for processing a broadcast service request, and a communication adapter for processing a communication service request; 를 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 시스템.Open API-based web portal service providing system, characterized in that it comprises a. 제2항에 있어서, 상기 웹포털 어댑터는,The method of claim 2, wherein the web portal adapter, 다수의 인증키를 저장하는 웹포털 통합 인증기;Web portal integrated authenticator for storing a plurality of authentication keys; 다수의 웹포털 서버와의 통신을 처리하는 웹포털 요청 응답기;A web portal request responder which handles communication with a plurality of web portal servers; 상기 다수의 웹포털 서버와의 통신 응답 결과를 분석하는 웹포털 응답 분석기; 및A web portal response analyzer for analyzing a communication response result with the plurality of web portal servers; And 상기 통합 파라미터의 규격과 웹포털 파라미터의 규격 관계를 맵핑하고 관리하는 파라미터 맵퍼;A parameter mapper which maps and manages a standard relationship between the standard of the integrated parameter and the standard of the web portal parameter; 를 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 시스템.Open API-based web portal service providing system, characterized in that it comprises a. 응용 인터페이스 처리기, 웹포털 통합 인증기, 파라미터 맵퍼, 웹포털 응답 분석기 및 웹포털 요청 응답기를 포함하는 웹포털 어댑터에서 오픈 API 기반 웹포털 서비스 제공 방법에 있어서,A method for providing an open API based web portal service in a web portal adapter including an application interface processor, a web portal integrated authenticator, a parameter mapper, a web portal response analyzer, and a web portal request responder, 오픈 API ID 및 통합 요청 목록 정보를 포함하는 서비스 요청 신호를 웹포털 응용 서비스 서버로부터 수신하는 단계;Receiving a service request signal including an open API ID and integration request list information from the web portal application service server; 상기 오픈 API ID에 대응되는 인증키 및 웹 사이트 주소를 검색하는 단계;Retrieving an authentication key and a web site address corresponding to the open API ID; 상기 인증키를 이용하여 상기 웹 사이트 주소를 갖는 상기 웹포털 서버로 접속하고, 상기 통합 요청 목록 정보에 맵핑되는 웹포털 서비스를 상기 웹포털 서버로 요청하는 단계; 및Accessing the web portal server having the web site address using the authentication key, and requesting a web portal service mapped to the integration request list information to the web portal server; And 상기 웹포털 서버로부터 제공되는 웹포털 서비스를 상기 웹포털 응용 서비스 서버로 전달하는 단계;Delivering a web portal service provided from the web portal server to the web portal application service server; 를 포함하는 오픈 API 기반 웹포털 서비스 제공 방법.Open API-based web portal service providing method comprising a. 제4항에 있어서, 상기 인증키 및 웹 사이트 주소를 검색하는 단계는,The method of claim 4, wherein the retrieving the authentication key and the web site address comprises: 상기 응용 인터페이스 처리기에서 상기 오픈 API ID를 포함하는 인증키 요청 신호를 상기 웹포털 통합 인증기로 전송하는 단계; 및Transmitting, at the application interface processor, an authentication key request signal including the open API ID to the web portal integrated authenticator; And 상기 웹포털 통합 인증기에서 상기 오픈 API ID에 대응되는 인증키 및 웹 사이트 주소를 검색한 후, 검색된 인증키 및 웹 사이트 주소를 상기 응용 인터페이스 처리기로 전송하는 단계;Retrieving an authentication key and a website address corresponding to the open API ID from the web portal integrated authenticator, and then transmitting the retrieved authentication key and website address to the application interface processor; 를 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 방법.Open API-based web portal service providing method comprising a. 제4항에 있어서, 상기 웹포털 서비스를 상기 웹포털 서버로 요청하는 단계는,The method of claim 4, wherein the requesting the web portal service to the web portal server comprises: 상기 응용 인터페이스 처리기에서 상기 오픈 API ID 및 상기 통합 요청 목록 정보를 포함하는 웹포털 요청 목록 요청 신호를 상기 파라미터 맵퍼로 전송하는 단계;Transmitting, by the application interface processor, the web portal request list request signal including the open API ID and the integration request list information to the parameter mapper; 상기 파라미터 맵퍼에서 웹포털 프로토콜 및 웹포털 요청 목록 정보를 포함하는 웹포털 요청 목록 응답 신호를 상기 응용 인터페이스 처리기로 전송하는 단계;Transmitting, by the parameter mapper, a web portal request list response signal including web portal protocol and web portal request list information to the application interface processor; 상기 응용 인터페이스 처리기에서 상기 오픈 API ID, 상기 인증키, 상기 웹포털 프로토콜 및 상기 웹포털 요청 목록 정보를 포함하는 웹포털 서비스 요청 신호를 상기 웹포털 요청 응답기로 전송하는 단계; 및Transmitting, by the application interface processor, a web portal service request signal including the open API ID, the authentication key, the web portal protocol, and the web portal request list information to the web portal request responder; And 상기 웹포털 요청 응답기에서 상기 웹포털 서비스 요청 신호를 상기 웹포털 서버로 전달하는 단계;Transmitting, by the web portal request responder, the web portal service request signal to the web portal server; 를 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 방법.Open API-based web portal service providing method comprising a. 제6항에 있어서,The method of claim 6, 상기 웹포털 요청 목록 정보는 오픈 API ID, 웹포털 요청 파라미터 ID, 웹포털 요청 파라미터 명 및 통합 요청 파라미터 ID를 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 방법.The web portal request list information may include an open API ID, a web portal request parameter ID, a web portal request parameter name, and an integration request parameter ID. 제6항에 있어서,The method of claim 6, 상기 통합 요청 목록 정보는 통합 파라미터 ID, 파라미터 형태 및 통합 파라미터 명을 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 방법.The integration request list information may include an integration parameter ID, a parameter type, and an integration parameter name. 제4항에 있어서, 상기 웹포털 서비스를 상기 웹포털 응용 서비스 서버로 전달하는 단계는,The method of claim 4, wherein the delivering of the web portal service to the web portal application service server comprises: 상기 웹포털 서버에서 상기 웹포털 서비스 요청 신호에 응답하는 웹포털 서비스 응답 신호를 상기 웹포털 요청 응답기로 전송하는 단계;Transmitting, at the web portal server, a web portal service response signal in response to the web portal service request signal to the web portal request responder; 상기 웹포털 요청 응답기에서 응답 문서 분석 요청 신호를 상기 웹포털 응답 분석기로 전송하는 단계;Transmitting, by the web portal request responder, a response document analysis request signal to the web portal response analyzer; 상기 웹포털 응답 분석기에서 웹포털 응답 목록 정보를 포함하는 응답 문서 분석 응답 신호를 상기 웹포털 요청 응답기로 전송하는 단계;Transmitting, by the web portal response analyzer, a response document analysis response signal including web portal response list information to the web portal request responder; 상기 웹포털 요청 응답기에서 상기 오픈 API ID 및 상기 웹포털 응답 목록 정보를 포함하는 웹포털 서비스 응답 신호를 상기 응용 인터페이스 처리기로 전송하는 단계;Transmitting, by the web portal request responder, a web portal service response signal including the open API ID and the web portal response list information to the application interface processor; 상기 응용 인터페이스 처리기에서 상기 오픈 API ID 및 상기 웹포털 응답 목록 정보를 포함하는 웹포털 응답 문서 요청 신호를 상기 파라미터 맵퍼로 전송하는 단계;Transmitting a web portal response document request signal including the open API ID and the web portal response list information to the parameter mapper in the application interface processor; 상기 파라미터 맵퍼에서 통합 응답 목록 정보를 포함하는 웹포털 응답 문서 응답 신호를 상기 응용 인터페이스 처리기로 전송하는 단계; 및Transmitting, by the parameter mapper, a web portal response document response signal including integrated response list information to the application interface processor; And 상기 응용 인터페이스 처리기에서 상기 오픈 API ID 및 상기 통합 응답 목록 정보를 포함하는 서비스 응답 신호를 상기 웹포털 응용 서비스 서버로 전송하는 단계;Transmitting, by the application interface processor, a service response signal including the open API ID and the integrated response list information to the web portal application service server; 를 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 방법.Open API-based web portal service providing method comprising a. 제9항에 있어서,10. The method of claim 9, 상기 웹포털 응답 목록 정보는 오픈 API ID, 웹포털 응답 파라미터 ID, 웹포털 응답 파라미터 명 및 통합 응답 파라미터 ID 필드를 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 방법.The web portal response list information includes an open API ID, a web portal response parameter ID, a web portal response parameter name, and an integrated response parameter ID field. 제9항에 있어서,10. The method of claim 9, 상기 통합 응답 목록 정보는 통합 파라미터 ID, 파라미터 형태 및 통합 파라미터 명을 포함하는 것을 특징으로 하는 오픈 API 기반 웹포털 서비스 제공 방법.The unified response list information may include an unified parameter ID, a parameter type, and an unified parameter name.
KR1020090020301A 2008-12-01 2009-03-10 Method and System for Providing Web Portal Service based on Open Application Program Interface KR101107319B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020080120780 2008-12-01
KR20080120780 2008-12-01

Publications (2)

Publication Number Publication Date
KR20100062785A true KR20100062785A (en) 2010-06-10
KR101107319B1 KR101107319B1 (en) 2012-01-20

Family

ID=42362992

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020090020301A KR101107319B1 (en) 2008-12-01 2009-03-10 Method and System for Providing Web Portal Service based on Open Application Program Interface

Country Status (1)

Country Link
KR (1) KR101107319B1 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012169775A2 (en) * 2011-06-09 2012-12-13 주식회사 피씨엔 System and method for providing an open api-based content service interface
KR20160089644A (en) * 2015-01-20 2016-07-28 (주)유미테크 Open API of web service for morpheme and dependency analysis
KR20180067018A (en) * 2016-12-12 2018-06-20 주식회사 와이즈넛 Method for comprehensively collecting data from different Open APIs
KR20190054566A (en) * 2017-11-14 2019-05-22 주식회사 한글과컴퓨터 Apparatus for editing web based document by remote accessing each of web based document storage servers and operating method thereof
KR20190115229A (en) * 2018-04-02 2019-10-11 주식회사 한글과컴퓨터 Web-based presentation editing apparatus for quick loading of presentation documents through browser and operating method thereof
KR20200062977A (en) * 2018-11-27 2020-06-04 김성호 Online All in one contents community platform and Benefits system for users.
CN112287937A (en) * 2020-09-28 2021-01-29 珠海大横琴科技发展有限公司 Optical character recognition method and device
KR20230072239A (en) 2021-11-17 2023-05-24 주식회사 엘지유플러스 Method and apparatus for managing video service platform

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101693421B1 (en) * 2015-04-30 2017-01-09 농협은행(주) Apparatus for providing financial service based on financial open flatform
KR101795849B1 (en) 2015-05-29 2017-12-01 농협은행(주) Authentication apparatus and method for connectivity of fintech services, and computer program for the same
KR102383712B1 (en) 2021-11-12 2022-04-08 메타빌드(주) Method and system for providing open application programming interface service of autonomous driving data

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7426737B2 (en) 2004-01-26 2008-09-16 Lucent Technologies Inc. Method and apparatus for operating an open API network having a proxy
KR100904367B1 (en) 2007-01-23 2009-06-23 주식회사 엔씨소프트 System for Search Service using Communication Network
KR20110007402A (en) * 2009-07-16 2011-01-24 주식회사 누리미디어 The method and system for selling goods on internet community spaces using open application programming interface

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012169775A2 (en) * 2011-06-09 2012-12-13 주식회사 피씨엔 System and method for providing an open api-based content service interface
WO2012169775A3 (en) * 2011-06-09 2013-04-04 주식회사 피씨엔 System and method for providing an open api-based content service interface
KR101296321B1 (en) * 2011-06-09 2013-08-14 주식회사 피씨엔 A contents service interface providing system based on open APIs and the method thereof
KR20160089644A (en) * 2015-01-20 2016-07-28 (주)유미테크 Open API of web service for morpheme and dependency analysis
KR20180067018A (en) * 2016-12-12 2018-06-20 주식회사 와이즈넛 Method for comprehensively collecting data from different Open APIs
WO2018110735A1 (en) * 2016-12-12 2018-06-21 주식회사 와이즈넛 Method for integrated data collection from plurality of open apis
KR20190054566A (en) * 2017-11-14 2019-05-22 주식회사 한글과컴퓨터 Apparatus for editing web based document by remote accessing each of web based document storage servers and operating method thereof
KR20190115229A (en) * 2018-04-02 2019-10-11 주식회사 한글과컴퓨터 Web-based presentation editing apparatus for quick loading of presentation documents through browser and operating method thereof
KR20200062977A (en) * 2018-11-27 2020-06-04 김성호 Online All in one contents community platform and Benefits system for users.
CN112287937A (en) * 2020-09-28 2021-01-29 珠海大横琴科技发展有限公司 Optical character recognition method and device
KR20230072239A (en) 2021-11-17 2023-05-24 주식회사 엘지유플러스 Method and apparatus for managing video service platform

Also Published As

Publication number Publication date
KR101107319B1 (en) 2012-01-20

Similar Documents

Publication Publication Date Title
KR101107319B1 (en) Method and System for Providing Web Portal Service based on Open Application Program Interface
US10027564B2 (en) Unobtrusive methods and systems for collecting information transmitted over a network
US9141669B2 (en) Configuring an origin server content delivery using a pulled data list
US20050204367A1 (en) Integration architecture for non-integrated tools
US20050234929A1 (en) Methods and systems for interfacing applications with a search engine
JP2018506756A (en) Website access method, apparatus, and website system
JP6252570B2 (en) Information processing system, access control method, information processing apparatus, control method thereof, and control program
CN103248641A (en) Network download method, device and system
CN112166590B (en) Restricted environment for message generation in a networking environment
KR20070040598A (en) Integrated portal service system and method, and user terminal device therefor
US20110302272A1 (en) Unobtrusive methods and systems for collecting information transmitted over a network
Zyrianoff et al. Two-way integration of service-oriented systems-of-systems with the web of things
JP2002318808A (en) Personal information registration support system
Biörnstad et al. Let it flow: Building mashups with data processing pipelines
JP4903118B2 (en) WEB server and program for collecting sensing data
Ramachandran et al. Recommendations to improve downloads of large earth observation data
Trifa et al. Leveraging the web for a distributed location-aware infrastructure for the real world
KR20190074552A (en) Mash-up method for integrating heterogeneous data and apparatus thereof
US20070240048A1 (en) A standard communication interface for server-side filter objects
Tamayo et al. Sensor observation service client for android mobile phones
Rodriguez-Pascual et al. A resilient methodology for accessing and exploiting data and scientific codes on distributed environments
Georgakopoulos et al. Sensor Sharing Marketplace
Zaslavskiy et al. Implementation of the new REST API for open source LBS-platform Geo2Tag
Frécon Web (-like) Protocols for the Internet of Things
Bellini et al. Automating Heterogeneous IoT Device Networks from Multiple Brokers with Multiple Data Models

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20150112

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20160111

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20170110

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20180112

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20200114

Year of fee payment: 9