|
|
|
| HOME | J2ME | Struts | AJAX | SOAP | SOA | MEDIA STREAMING | AXIS | | |
|
|
Introduction to AXISBack | Tutorial Home | Next Axis stands for Apache eXtensible Interaction System and is used to send and receive SOAP messages. The web service developers do not have to use SOAP directly. Axis provides API's and build tools to build SOAP services and clients. Web service is a technology for communication between two applications. There are two parties in Axis web services
Axis creates SOAP envelops with head, body, fault and other elements in the background while the developer is abstracted from SOAP manipulations. SOAP faults are java exceptions in Axis. Axis2 Data Binding Frameworks While SOAP is behind the scenes, The Axis developers need to know the data binding technologies used by Axis. While we develop the code using the below mentioned data binding Frameworks, the Axis engine internally converts the code to SOAP. However a web service A can be written in one data binding technique and the client written in another data binding framework can access the web service A. The main advantage of Axis is that it does not restrict you to use a particular data binding. The popular data binding frameworks supported by Axis are
Use of WSDL contracts In real world there can be number of groups developing various systems across various locations. Lets assume an indicative scenario
Question: Now how do we integrate all these teams easily? Back | Tutorial Home | Next site comments powered by Disqus |
|
| toolbar powered by Conduit |
|
| Copyright © 2009. All rights reserved | Terms and Conditions | About | Contact | Feed Back | |