relating to predefind service

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.

you will have to configure the other IS as remote server in your current IS… and then use pub.remote:invoke to invoke services in the other IS server…

web services are meant for different purpose…

Thanks Shentil,for your valuble suggesion.

I usually recommend against using pub.remote:invoke and instead suggest using either XML of HTTP or a web service to communicate between IS instances.