diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-23 13:10:36 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-23 13:10:36 +0800 |
commit | 5fdc0af82b04ed75343f538a3e9aa516411934c9 (patch) | |
tree | fa858fd4f6b01118bb8c5cfdaae80aa731d8232f /www/axis/pkg-descr | |
parent | 3de46b745cc42667f440adebd4e000e8dea535ad (diff) | |
download | freebsd-ports-gnome-5fdc0af82b04ed75343f538a3e9aa516411934c9.tar.gz freebsd-ports-gnome-5fdc0af82b04ed75343f538a3e9aa516411934c9.tar.zst freebsd-ports-gnome-5fdc0af82b04ed75343f538a3e9aa516411934c9.zip |
Add axis 1.1, SOAP implementation by APACHE project.
PR: 53365
Submitted by: Kensaku MASUDA <greg@greg.rim.or.jp>
Diffstat (limited to 'www/axis/pkg-descr')
-rw-r--r-- | www/axis/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/axis/pkg-descr b/www/axis/pkg-descr new file mode 100644 index 000000000000..215379ae806b --- /dev/null +++ b/www/axis/pkg-descr @@ -0,0 +1,13 @@ +Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol") +submission to W3C. + +From the draft W3C specification: + +SOAP is a lightweight protocol for exchange of information in a decentralized, +distributed environment. It is an XML based protocol that consists of three +parts: + +an envelope that defines a framework for describing what is in a message and +how to process it, a set of encoding rules for expressing instances of +application-defined datatypes, and a convention for representing remote +procedure calls and responses. |