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:Tutorial by steve_l · · Score: 2

    well, Search for 'Sam Ruby' on google to get his intro, and d/l chapter 15 of my ant book (http://manning.com/antbook) for the practicalities of doing apache SOAP work. Best book on Axis I've seen is the Sams press one; the Wrox book on axis is a bit more up to date (I havent seen it).

    To bring up axis you need to get axis.war into your app server, make sure happyaxis.jsp is happy. Then you can add new services by writing java files with .jws extension and dropping them into the expanded WAR. Each file becomes an endpoint where methods can be posted to. postRC1.0 (since last friday), axis has supported GET too.