I will be accessing multiple Axis Web Services from the same site/server. Each of the Web Services
Accessed relates to a different transit agency and there will be up to 9 Web Services total. I would like
to make multiple calls to each of the 9 Web Services and have each call run in its' own thread.
Does anyone see any problems with thread safety on either the server or client side in doing
this with Axis or SOAP? My boss is concerned about this issue for some reason, but I didn't
think it would be an issue.
Thank you for your help.
Jan
