I have an axis web service deployed on JBOSS. My web service is synchronous.
So, how does a web service handle multiple requests? And how do I simulate/test that my code can handle multiple requests well?
I have an axis web service deployed on JBOSS. My web service is synchronous.
Share
You can use Apache JMeter for this. Here’s a webservice test plan guide.
That said, I agree with skaffman that Axis isn’t the optimum choice for webservices. If you can, use Sun Metro or Apache CXF instead, both which are JAX-WS implementations.