Slashdot Mirror


Apache Axis 1.0 RC1 Available

spike666 writes "Apache Axis, the SAX based SOAP server which IBM is building into WebSphere, has hit 1.0RC1! Go download it now and get all SOAPy!"

1 of 16 comments (clear)

  1. Re:What is SOAP useful for? by Anonymous Coward · · Score: 1, Informative

    SOAP is basically platform-independent RPC using XML. It is typically done over HTTP, although is could be done using SMTP, FTP, etc. (if you wanted to).