posted 19 years ago
All WS toolkits come with example applications (I think)...so download the toolkit of your choice, and check its documentation.
Apache Axis is a common starting point. Sun's JWSDP comes with extensive samples, as does BEA Weblogic. I imagine other toolkits do too, but my experience is limited to these three.
Note that you don't really get web services example applications without any toolkit because any application depends on a particular kit - a WS toolkit written using Axis will work only with Axis, for example.
-Tim