I am new to using kepler and have been experimenting with the web service
actor. I notice that it takes about 5 minutes to display the response
from the web service it is calling. The web service is based on JAX-WS
while I see that the code the web service actor uses to call the web
service is based on JAX-RPC. Could this be the reason why? From what
I have researched these are two incompatible specs., and I'm surprised
it even works at all. I see that the web service sends a response
pretty quickly. But on the Kepler side, it just keeps executing until
about 5 minutes later, it displays the response.
<br><br>Thanks for any help or insight!!<br>