SOAP with Attachments API for Java (SAAJ)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Solve SOA Integration Problems with SAAJ by Anbarasu Krishnaswamy   - [Clicks: 89]
    Several Java-based APIs are available to access services. Some of these include SAAJ, Java API for XML-based RPC (JAX-RPC), and the Web Services Invocation Framework (WSIF). SAAJ provides APIs to build service consumers as well as providers. Let's take a look at how to use SAAJ to develop consumers of Web services in SOA. We will demonstrate a WebLogic Integration composite process that orchestrates a service to get zip code by city, a service to get the temperature for the zip code, and a sample SAAJ client that consumes that service.
    http://www.ftponline.com/weblogicpro/2004_11/magazine/features/akrishnaswamy/ - Oct, 2004
  • Accessing and Interacting with Remote SOAP-enabled Services by Qusay H. Mahmoud   - [Clicks: 78]
    Sun's SOAP with Attachments API for Java (SAAJ) allows you to read, write, send, and receive SOAP messages over the Internet. The examples in this article show demonstrate how to interact with real-world SOAP-enabled services.
    http://java.sun.com/developer/technicalArticles/WebServices/SOAP/ - Sep, 2004

[Top]