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 |
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.
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.