I've recently started exploring patterns for Web service usage, and have a new weblog for this purpose. Nothing earth-shattering there on the weblog right now, but as I experiment over the months and document my experiences (or share other people's experiences/experiments), I hope to have some interesting stuff there.
Posted by vivek at May 16, 2004 11:11 PM | TrackBacki'm newby of SOAP and WSDL? I want to learn more can anyone help me?
Posted by: Sujith at August 5, 2004 05:55 AMSujith,
I'd suggest you download a SOAP implementation (Apache Axis http://ws.apache.org/axis for instance) and get your feet wet. Nothing like writing some simple services and clients to understand what's happening behind the scenes.
Some good Axis resources:
1. Axis User Guide at http://ws.apache.org/axis/java/user-guide.html
2. Once you get done with this, and are looking to explore more, check out the rest of Axis documentation (http://ws.apache.org/axis/java/index.html)
3. Subscribe to the Axis mailing list (http://ws.apache.org/axis/mail.html)
4. You'll find some more tutorials on my website (http://www.soaprpc.com/tutorials.html).
Have fun!
Posted by: Vivek Chopra at August 5, 2004 09:46 AM