Hi,
I need to invoke a web service from a java service.
Please let me know the solution.
Thanks
Prasad
Hi,
I need to invoke a web service from a java service.
Please let me know the solution.
Thanks
Prasad
<Insert the obvious “why would you want to do that?” question here…>
Easiest way is to create a Flow service that invokes the web service and then invoke that flow service from your java service.
And review whether or not you really need to be using a Java service.