You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Rick Kellogg <rm...@earthlink.net> on 2003/04/04 03:49:45 UTC

Documentation Updates

Would someone please add the following to the ref.html and reading.html
files:

SOAP with Attachments API for Java (SAAJ)
(http://java.sun.com/xml/saaj/index.html)
SAAJ enables developers to produce and consume messages conforming to
the SOAP 1.1 specification and SOAP with Attachments note.

Java API for XML Messaging (JAXM)
(http://java.sun.com/xml/jaxm/index.html)
JAXM enables applications to send and receive document oriented XML
messages using a pure Java API. JAXM implements Simple Object Access
Protocol (SOAP) 1.1 with Attachments messaging so that developers can
focus on building, sending, receiving, and decomposing messages for
their applications instead of programming low level XML communications
routines. 

Java API for XML-Based RPC (JAX-RPC)
(http://java.sun.com/xml/jaxrpc/index.html)
JAX-RPC enables Java technology developers to develop SOAP based
interoperable and portable web services. JAX-RPC provides the core API
for developing and deploying web services on the Java platform.
 







Re: Documentation Updates

Posted by Steve Loughran <st...@iseran.com>.
Rick Kellogg wrote:
> Would someone please add the following to the ref.html and reading.html
> files:

added to reading.html; there already was a ref to JAXRPC so I merged 
them together.