So I was testing the send rates of a C++ Soap client (using Axis C++ ,Linux OS, and a very
simple string message) to a java webservice (JBoss server) and i found that it was slowing
my processing from 250,000 to about 50 per second. I guess i was wondering what is the
prefered C++ library to interact with JBoss Webservices? Assuming that the blame is
thrown on Axis I would like to know the fastest, and most approved, way of contact a Java
Jboss Webservice... I would also like to know about how many soap messages a second could
a JBoss webservice process? We can assume that the webservice is just a simple counter,
and every time a message comes in it incriments the counter and returns nothing....
I will be interested to hear you all's response....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971327#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...