If any one know abt this please give replay

Hi All,
Do we have inbuit service which will invoke another service from another IS.Please let me know.If we have this why we go for webServices.Thanks in advance


Ashok k

Hi Ashok,

WmPublic/pub.remote:invoke, use this service for remore invoke.

If you want to use in any java service, go through the java API.

Thanks

I would recommend avoiding the use of pub.remote:invoke or any IS-specific approach. Instead, consider using HTTP get/post or web services.