A Design and Implementation of the Function Improving of UDDI Server

碩士 === 國立高雄第一科技大學 === 電腦與通訊工程所 === 95 === JUDDI is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services. It creates a standard interoperable platform that enables companies and applications to quickly, easily, and dynamical...

Full description

Bibliographic Details
Main Authors: Chung-Kai Chien, 簡仲楷
Other Authors: Wei-Chih Hsu
Format: Others
Language:zh-TW
Published: 2007
Online Access:http://ndltd.ncl.edu.tw/handle/44086135217881776884
Description
Summary:碩士 === 國立高雄第一科技大學 === 電腦與通訊工程所 === 95 === JUDDI is an open source Java implementation of the Universal Description, Discovery, and Integration (UDDI) specification for Web Services. It creates a standard interoperable platform that enables companies and applications to quickly, easily, and dynamically find and use Web services over the Internet. As we know, The Apache Software Foundation still has some drawbacks on designing the JUDDI. For example, user who has registered can obtain the authentication token without verifying password; The material information of the service under the business Entity could be completely deleted when doing modification on business Entity. Business Entity is the description of Web Service business or provider. In this paper, besides improving these drawbacks , our major objective is to design the validation of Web Service. The first function implemented is automatic verification of the validation of WSDL document. It is achieved by using linux system shell schedule and wsdl2java.The wsdl2java is a tool to create java client interface by prasing WSDL document. The second one is semiautomatic verification of the validation of Web Service. We implement a test program to request the service of Web Service and the result will show if this service is still working or not. Then, we set the test program into system shell schedule and complete the validation of Web Service.