Implementation of Web services for Slip Data Process

전표데이터 처리를 위한 웹서비스 구현

  • 황의철 (광주여자대학교 멀티미디어학과) ;
  • 정민영 (광주여자대학교 멀티미디어학과) ;
  • 정선태 (숭실대학교 정보통신전자공학부)
  • Published : 2003.06.01

Abstract

A Web Service is an URL addressable set of functionality that is exposed over a network to serve as a building Hock for creating distributed applications. SOAP is a protocol that Web Service consumers often use, when they request and response to a Web Service, and it is a lightweight, XML-based protocol over HTTP for exchange to information in decentralized, distributed environments. A Web Service is very useful forimplementing common functions in especially a large size business area, because it is invoked by a protocol like HTTP or SOAP that we easily use, and by an XML-based data format In this paper, we implement Web Services that process dip data by computers in enterprise accounts in order to enhance the transparency and productivity of enterprises. we analyse the structure of slip data, design dip database, implement stored procedures for manipulating data of slip database, and make thorn controlled by Web Services. The result of this paper will contribute to the standardization and activation of accounting process systems for e-business area.

웹서비스는 URL(Uniform Resource Locator)로 주소지정이 가능하게 네트워크 상에 내놓은 기능요소들의 집합으로서 분산 어플리케이션을 만들기 위한 빌딩 블럭으로 사용할 수 있게 한 것이다. 웹서비스로 요청을 보내고 응답을 받을 때 소비자가 자주 사용하는 프로토콜을 SOAP(Simple Object Access Protocol)이라 하는데, 이는 중앙집중에서 어난 분산 환경에서 정보교환을 위해 HTTP 상위에 만들어진 경량의 XML 기반 프로토콜이다. 웹서비스는 쉽게 사용할 수 있는 프로토콜인 HTTP와 SOAP, 그리고 XML에 기반을 둔 데이터형식을 통해 불러오기 때문에 특히 대규모의 비즈니스 영역에서 공통적인 기능을 구현하는데 유용하다. 본 논문에서는 기업회계의 투명성 및 기업의 생산성 향상을 위해 기업회계에 필요한 전표데이터처리를 위한 웹서비스를 구현한다. 기업의 거래 사실을 입증하기 위해 회계관리에 중요한 자료로 사용되는 전표데이터에 대한 구조를 분석하여 데이터베이스를 설계하고, 데이터조작을 위한 저장프로시저를 구현하여 이를 웹서비스를 통해 제어할 수 있게 하였다. 본 논문의 결과는 전자 상거래에 필요한 회계처리시스템의 표준화 및 활성화에 기여할 것이다.

Keywords