Home
Tech Tutorials
JavaUsing SOAP with Tomcat
Author: oreillynet.com Published: 22nd Oct 2005 Visited: 515 times
02/27/2002 The Apache SOAP Project is an open source Java implementation of the Simple Object Access Protocol (SOAP) v1.1. SOAP is a wire protocol that leverages HTTP or SMTP as its transport layer and XML as its data layer, to execute remote methods, known as SOAP services. The Apache implementation of SOAP provides two methods for invoking SOAP services: a Remote Procedure Call (RPC) model and a message-based model. The RPC method, which is the focus of this article, is a synchronous...n
Read Article Sponsored Links
Related Articles
• Considering SOAP for Ajax Efficient data transportation is very important for an Ajax application Ajax websites and applications are not used to provide aesthetic value but an increase in efficiency and improve user experience There are a number of ways on how data could be transmitted to Ajax and developers could just use t ...
• TopLink JPA outside EJB3 Container in TomCat 5.5 Web Application described bellow uses JSF for presentation layer methods for data management are encapsulated into JSF Managed Beans and utilize JPA invokes Entity Manager Persistence layer is done with entity beans Toplink Essentials Runtime and Rollback Exceptions are not supposed to be caught So ...
• Article :: Using SOAP with J2EE SOAP is the standard messaging protocol used by J2EE Web Services and is the de facto standard for Web services in general In this sample book chapter from J2EE Web Services you ll learn how to use SOAP in your applicatio ...
• Low Bandwidth SOAP by Jeff McHugh August 19 2003 Introduction With the mobile phone industry reporting better than expected sales and news that by the end of this year smart phones are expected to outsell hand held computers it should come as no surprise that wireless application development is on the rise Sun recentl ...
• Using the Mozilla SOAP API by Scott Andrew LePera and Apple Developer Connection 08 30 2002 Introduction Although still in its infancy the age of Web services and SOAP has already created a demand for a wide array of client technologies A search for quot; SOAP clientquot; turns up myriad implementations for C Perl NET PHP an ...