Hi everyone. Using a single ServiceDelegate instance, can I call getPort(...) from a multithread, non-synchronized environment? That is, will two calls to getPort(...) that occur concurrently on the same instance of ServiceDelegate succeed?
PS: https://issues.apache.org/jira/browse/AXIS2-4391 does not specify if the calls are made synchronous. Thank you!
