Hi there!
In our project we are accessing web services provided by two partner systems which, for testing, are installed in our local network.
We are using JBossWS-Native stack 3.2.0.GA to access these services.
With one partner system the call of the getPort(serviceEndpointInterface) method, specified by javax.xml.rpc.Service, last for about 1 second. With the other system it lasts 10 seconds.
So, my question is: What might cause the method to take so long?
I tried to check what traffic goes over the network, but nothing, it just stays there.
Thanks!