CFP last date
22 April 2024
Reseach Article

Designing Application Framework using WSDL

Published on March 2012 by G M Tere, B T Jadhav
International Conference and Workshop on Emerging Trends in Technology
Foundation of Computer Science USA
ICWET2012 - Number 13
March 2012
Authors: G M Tere, B T Jadhav
bef13064-3c70-4523-9fb6-7b1d13ab0873

G M Tere, B T Jadhav . Designing Application Framework using WSDL. International Conference and Workshop on Emerging Trends in Technology. ICWET2012, 13 (March 2012), 26-31.

@article{
author = { G M Tere, B T Jadhav },
title = { Designing Application Framework using WSDL },
journal = { International Conference and Workshop on Emerging Trends in Technology },
issue_date = { March 2012 },
volume = { ICWET2012 },
number = { 13 },
month = { March },
year = { 2012 },
issn = 0975-8887,
pages = { 26-31 },
numpages = 6,
url = { /proceedings/icwet2012/number13/5410-1101/ },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Proceeding Article
%1 International Conference and Workshop on Emerging Trends in Technology
%A G M Tere
%A B T Jadhav
%T Designing Application Framework using WSDL
%J International Conference and Workshop on Emerging Trends in Technology
%@ 0975-8887
%V ICWET2012
%N 13
%P 26-31
%D 2012
%I International Journal of Computer Applications
Abstract

Because of loose coupling, interoperability and reusability in a service-oriented architecture (SOA) many business applications are developed using SOA. Main components os SOA based applications are service provider, service consumer and service repository. Communication between these components is achieeved by exchanging SOAP messages, which are XML documents. XML to Java mapping is difficult process. This process is time consuming. WSDL2WS is an application framework for developing Java web services. Using XML and WSDL we can develop a Java web service. Our application framework attemps to remove some drawbacks in developing web services using Java EE approaches. Web services interfaces, in the form of WSDL files, can be published to a business registry; these interfaces can then be dynamically looked up by clients. We compared performance of our framework with Apache Axis 1.0 and 1.2. for simple Web services.

References
  1. Apache Axis 2.x., http://ws.apache.org/axis2
  2. Ben Shil, A.; Ben Ahmed, M.; Additional Functionalities to SOAP, WSDL and UDDI for a Better Web Services' Administration, 2nd International Conference on Information and Communication Technologies, 2006. ICTTA '06. Volume : 1, pp: 572 - 577
  3. Crockford D. “The application/json Media Type for JavaScript Object Notation (JSON).” The Internet Engineering Task Force (Network Working Group) RFC-4627, July 2006, http://tools.ietf.org/html/rfc4627
  4. Eckstein, and Robert Rajiv Mordani. “Introducing JAX-WS 2.0 with the Java SE 6 Platform, Part 2,” November 2006.http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2_pt2/Monson-Haefel, Richard. J2EE Web Services. Addison-Wesley Professional, ISBN 0130655678, October 2003.
  5. Haidar, A. N.; Abdallah, A. E.; Abstractions of Web Services, 14th IEEE International Conference on Engineering of Complex Computer Systems, 2009, pp: 182 - 191
  6. Jen-Yao Chung; An industry view on service-oriented architecture and Web services, IEEE International Workshop on Service-Oriented System Engineering, 2005. SOSE 2005. pp:59
  7. Sandy Carter, “The New Language of Business: SOA & Web 2.0”, IBM Press, 2007
  8. Siblini, R.; Mansour, N.; Testing Web services, The 3rd ACS/IEEE International Conference on Computer Systems and Applications, 2005. pp: 135
  9. SOAP Version 1.2 Part 0: Primer. W3C Recommendation, June 24 2003, www.w3.org/TR/soap12-part0
  10. Thomas Erl, “Service-Oriented Architecture: Concepts, Technology, and Design”, Pearson Education, Inc., 2007.
  11. Tsai, W.T.; Paul, R.; Yamin Wang; Chun Fan; Dong Wang; Extending WSDL to facilitate Web services testing, Proceedings of 7th IEEE International Symposium on High Assurance Systems Engineering, 2002, pp: 171 - 172
  12. Walmsley, Priscilla. Definitive XML Schema. Prentice-Hall PTR, ISBN 0321146182, December 2001.
  13. Web Services Description Language (WSDL) 1.1. W3C Note, March 15, 2001, www.w3.org/TR/wsdl
  14. Web Services Addressing 1.0—Core. W3C Recommendation, May 9, 2006, www.w3.org/TR/ws-addr-core/
  15. Web Services Description Language (WSDL) Version 2.0 Part 1: Core Language. W3C Working Draft, August 3, 2005. www.w3.org/TR/wsdl20/
  16. Web Services Description Language (WSDL) Version 2.0 Part 2: Adjuncts. W3C Working Draft, August 3, 2005. www.w3.org/TR/wsdl20-adjuncts
Index Terms

Computer Science
Information Sciences

Keywords

Application framework Web services WSDL XML WSDL2WS