• Title/Summary/Keyword: XML Web Services

Search Result 288, Processing Time 0.034 seconds

Design of Network Management System Using Web Services (웹서비스를 이용한 네트워크 관리 시스템 설계)

  • 박노삼;이길행
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.04d
    • /
    • pp.557-559
    • /
    • 2003
  • 플랫폼과 프로그래밍 언어에 상관없이 애플리케이션을 이용할 수 있는 웹서비스가 차세대 플랫폼의 대안으로 부상하고 있다. 현재의 웹서비스는 XML을 이용한 애플리케이션 통합에 중점을 두고 있다. 본 논문에서는 웹서비스를 이용한 네트워크 관리 시스템의 구조를 제안한다. 또한 다양한 플랫폼. 프로그래밍 언어를 이용하여 개발되어 있는 기존의 개별적인 네트워크 관리 시스템에 웹서비스를 도입하는 방안을 제시한다. 본 논문의 웹서비스 네트워크 관리 시스템은 에이전트를 이용하여 사용자가 요청한 웹서비스를 탐색. 전달해 준다.

  • PDF

Core Technology of SOA: Semi-automatic Composition Techniques of Web Services (SOA의 핵심 기술: 반자동 웹 서비스 조합 기법)

  • Lee, Yong-Ju
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.05a
    • /
    • pp.393-396
    • /
    • 2008
  • 웹 서비스는 XML, SOAP, WSDL, UDDI, BPEL 등의 표준을 기본 구조로 하고 있으며 이러한 기술들은 SOA에서 요구되는 이기종 분산 플랫폼 상의 복잡한 애플리케이션 통합 문제를 유연하게 해결할 수 있는 다양한 인터페이스를 제공하고 있다. 본 논문에서는 SOA의 핵심 기술인 반자동 웹 서비스 조합 기법을 구현하기 위해 WS-BPEL 기법과 OWL-S 기법을 융합한 새로운 SemanticBPEL 조합 기법을 제안한다. 이 기법은 실험 분석을 통해 기존의 검색 방법보다 성능이 우수함을 보인다.

GML Based Tourism Information System for Location Based Service

  • Chung Yeong-Jee;Jeong Chang-Won
    • Journal of information and communication convergence engineering
    • /
    • v.3 no.2
    • /
    • pp.80-83
    • /
    • 2005
  • At present, GML becomes the global standard for the XML encoding of geographic information and is the foundation for the Geo-Web. GML is being applied to a wide range of geographic applications including GIS and location-based services, telematics and intelligent transportation systems. In this paper, we propose the tourism information system for supporting the location based service application. We made an effort to design and implement a GIS computing environment by thin client for mobile web mapping service. We are interested in the GML applications that include traditional GIS system for navigation service and location finder for points of interest (POI) services. This paper summarizes the Tourism information system for location based service of a small area (Han-Ok Village with the Korean traditional houses in Jeonju-city), in which moving travelers can obtain proper information services at the current location associated with traditional monuments, cultural products, food, and conveniences. In the paper, we report on the design of the thin client/server system for a mobile environment. This paper is divided into three parts. First, we give a general overview of the organization of the system and of the important concerns of our design. Second we focus on our system supports for location and POI determination, and design concerns. Finally, we show the graphic user interface of PDA, the procedures involved in the service, and the executed results.

The Design and Implementation of Secure-ReXpis System with Internet Environment (인터넷 환경 하에서의 Secure-ReXpis 시스템 설계 및 구현)

  • 안경림;박상필;백혜경;임병찬;박준홍;고대식
    • The Journal of Society for e-Business Studies
    • /
    • v.6 no.3
    • /
    • pp.101-113
    • /
    • 2001
  • Security is very important in EC(Electronic Commerce) environment because exchanged information(that is transaction details, private data, charges data(card-no, accounts), etc) is various and is very sensitive. So, In this paper, we propose Secure-ReXpis(Reliable St excellent Xh3 Processing Infrastructure) System that transfer message and support Message Level Security(Encryption/Decryption and Digital Signature). And we implement Message Confidentiality Service, User Authentication & Message Integrity Service and Non-Repudiation Service among the various Security Services. This system support XML message format and EDI message, WEB Data and Private Format Data, etc.

  • PDF

모바일 장비와 XML 웹서비스를 이용한 지반정보 시스템

  • Kim, Soo-Young;Byeon, Jae-Seong;Jung, Seung-Hyun;Cho, Wan-Sup
    • Proceedings of the Korea Society for Industrial Systems Conference
    • /
    • 2009.05a
    • /
    • pp.133-137
    • /
    • 2009
  • 지금까지의 무선 통신에서는 Socket 방식이 주류를 이루고 있다 하지만, Socket 통신을 사용하면 확장이 어렵다는 단점이 있다. 본 논문에서는 최근 이슈가 되는 웹서비스 기법을 통해 PDA와 서버를 연결함으로써 다양한 장치들을 수용하여 확장하는데 유연하게 대처할 수 있도록 한다. 예를 들어, 기존의 Socket 방식을 사용하였을 때는 클라이언트 프로그램을 확장할 때 미리 정의 된 Socket 코드와 서버에서 요구하는 데이터 형식을 분석하여 이를 실제로 클라이언트에서 개발해야 하기 때문에 새롭게 개발하는 수준의 코딩이 필요하다. 그러나 웹서비스 기법을 사용하면 서버 주소만 알면 WSDL를 통해 Local method를 쓰는 것과 동일하게 사용할 수 있으므로 확장성이 뛰어나다. 웹서비스 방식은 클라이인트와 서버에 서로 다른 언어를 사용할 때 특히 장점을 가지며, 실제 본 시스템에서도 서버는 Java, Mobile Client는 Visual Basic.Net으로 서로 다른 언어를 이용하여 개발되었다.

  • PDF

Order Management System Based on Advanced Distributed Objects (진보된 분산객체 기반의 주문 처리 시스템)

  • Song, Min-Chul;Park, Jong-Koo;Ahn, Hyun-Sik
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.05b
    • /
    • pp.863-866
    • /
    • 2003
  • 최근 많은 개발자들이 웹 서비스를 기업 내 어플리케이션 통합에서부터 기업간 데이터 전송에 이르기까지 모든 종류의 문제를 해결할 수 있는 솔루션으로 전망한다. 본 논문에서는 이러한 웹 서비스를 구현할 수 있는 기반을 제공하는 SOAP 프로토콜을 기반으로 하여 좀 더 효율적인 메시지 처리 방법을 통해 관련 전자상거래 시스템에 응용하기 위한 방안을 모색한다. 아울러 분산된 이기종 시스템간에 객체들 사이의 메시지 전송을 위하여 XML 메시지를 생성하고, SOAP Tool Kit 즉, AXIS를 통해 좀 더 효율적인 정보 공유 방안을 제시한다. 그리고 관련 사례 연구로 분산된 상호 독립적인 어플리케이션들의 객체들 간의 원격 메시지 호출 과정을 테스트하는 주문 처리 시스템을 설계하고 구현한다.

  • PDF

Home-Mobile Content Sharing System based on XML Web Services (XML 웹서비스 기반의 홈-모바일 콘텐츠 공유 시스템)

  • Ryu Han-Seok;Lee Byung-Chul;Kim Jin-Woo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06a
    • /
    • pp.238-240
    • /
    • 2006
  • 홈 PC에 저장된 미디어 콘텐츠 파일을 다양한 용도로 활용하기 위한 사용자의 관심이 커짐에 따라, 홈 PC의 콘텐츠 활용에 대한 연구도 활발히 이루어지고 있다. 하지만 원격에서 홈 PC의 콘텐츠에 직접 접근하여 실시간으로 파일을 검색하고 재생하는 방법에 대해서는 연구가 부족한 실정이다. 따라서 본 논문에서는 콘텐츠 관리 및 홈 데이터베이스를 포함하는 미디어 라이브러리, 그리고 미디어 라이브러리에게 명령을 주고받으며 원격 콘텐츠를 재생하는 미디어 브라우저로 이루어진 홈-모바일 콘텐츠 공유 시스템을 제안하고 설계 및 구현한다.

  • PDF

A Design of Infrastructure for Control/Monitoring System in the Distributed Computing Environment (분산 컴퓨팅 환경에서의 제어/감시 시스템 개발을 위한 기반 구조 설계)

  • 이원구;박재현
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2000.10a
    • /
    • pp.547-547
    • /
    • 2000
  • Recently, due to the advance of computer, network and Internet technology, control/monitoring systems are required to process the massive data, At the same time, the software development environment uses more and more component-based methodology. This paper proposes the services for the control /monitoring domain. Especially we define domain-specific interfaces and categories to acquire compatibility between products, and implement architecture for lightweight event service. As it is very important to support compatibility between heterogeneous systems, the proposed system provides modules for the web service and communication protocols based on the XML. And as proposed architecture consists of cluster of servers and Windows 2000's NLB service, it can guarantee more stable operation,

  • PDF

A Study on the Blue-green algae Monitoring Applications Design using Raspberry Pi (라즈베리 파이를 이용한 녹조 모니터링 프로그램 설계에 관한 연구)

  • KIM, Kyung-Min;KIM, Tae-Hyeon
    • Journal of Fisheries and Marine Sciences Education
    • /
    • v.28 no.2
    • /
    • pp.376-383
    • /
    • 2016
  • In this paper, the blue-green algae monitoring program of applying IoT(Internet of things) technologies is designed and implemented that can check out the status of the river's water quality in real time. The proposed system is to extract the image data from the camera of raspberry pi by an wireless network, and it is analyzed through the HSV color model. We measure the temperature using a DS18B20 1-wire temperature sensor. The extracted information of image data and temperature is then analyzed in C and Python programs for use with Raspberry Pi. The XML data in PHP program is made from the analyzed information and provides Web services. It also allows to refer the XML data using mobile devices.

Advances in Cyber Trade and E-Commerce: Thier Impacts on Ex-Im Logistics Services (전자무역과 전자상거래에 따른 수출입물류서비스 발전방안 연구)

  • 안승범
    • Journal of Korea Port Economic Association
    • /
    • v.18 no.1
    • /
    • pp.107-134
    • /
    • 2002
  • Globalization of the industry induces the internationalization of any given manufacturing company's supply chain. Development of e-Commerce and Information Technology (IT) changes the logistics structure, making logistics information systems essential. Web-based connectivity and supply chains based on new technologies are becoming essential in the logistics industry. Customers are driving the implementation of systems to ensure timely, thorough, and accurate information, often with immediate access; in response, the Internet has propagated tracking and tracing systems. Value-added services are the key to successful intermediary activities. The nationwide Integrated Logistics Information System (ILIS) aimed to utilize existing and future information infrastructure and knowledge bases to build an integrated logistics information network that would provide comprehensive logistics information services for shippers and carriers in order to improve the efficiency of both inventory and information flows in their supply chains. The ILIS, as one of the seven national information networks, has provided various services, particularly services related to import/export and clearance. Though a survey concerning logistics information services shows rather positive results, shippers and carriers still require better services and reductions in EDI prices. Therefore, the role of the ILIS needs to be re-defined. Short-term plans for the ILIS contain ICD services and XML/EDI services, which are described in detail.

  • PDF