mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f1ae81b350
Apache SOAP Toolkit for Java - Provides document/rpc-style interfaces to SOAP service endpoints via a variety of transports including HTTP/HTTPS/SMTP/POP3. PR: ports/45491 Submitted by: Brian Skrab <brian@quynh-and-brian.org>
20 lines
868 B
Plaintext
20 lines
868 B
Plaintext
Apache SOAP is an open-source implementation of the SOAP v1.1 and SOAP
|
|
Messages with Attachments specifications in Java. Apache SOAP is developed
|
|
by the Apache SOAP community.
|
|
|
|
|
|
Apache SOAP can be used as a client library to invoke SOAP services
|
|
available elsewhere or as a server-side tool to implement SOAP accessible
|
|
services. As a client library it provides an API for invoking SOAP RPC
|
|
services as well as an API for sending and receiving SOAP messages. As a
|
|
mechanism to write new RPC accessible services or message accessible
|
|
services, it expects to be hosted by a servlet container (such as Apache
|
|
Tomcat, for example). While the codebase can be extended to support non-HTTP
|
|
transports, the provided code only has limited support for non-HTTP
|
|
transports (specifically, only for SMTP).
|
|
|
|
WWW: http://xml.apache.org/soap/
|
|
|
|
~brian skrab
|
|
brian@quynh-and-brian.org
|