Look this: final String ENDPOINT1 = "http://...";
public String say(String data) {
//first call
String endpoint2 = invokeEchoBlocking(ENDPOINT1, "say", data);
//second call
String result = invokeEchoBlocking(endpoint2, "say", data);
return result;
}
On every invocation two new threads arise visible in the Task-Manager of
Windows. Axis 1 don't show this behaviour!
