Jbossws Port isn't thread safe.
In reflection based implementation we had need to synchronize method.invoke reflective call to avoid concurrency issues on jaxws client generated classes.
We have to remove it when and if jbossws will be fixed since it's a big limit for parallel execution and then performance (in ESB for example)