Hello,
i have to call an service with timeout using Java API from WLS. How can I do this?
Regards,
Grzegorz
Hello,
i have to call an service with timeout using Java API from WLS. How can I do this?
Regards,
Grzegorz
This might be one of the many ways to do
1)I would use core java API to make http request to the IS service, as IS services can be invoked thru http. I imagine in java core API, when a http call is made, there is a provision to set the time out.
HTH
DG