Calling a webservice from different Natural Libraries

We are calling a webservice from a Natural Program using EntireX RPC.

What we need now is to call the same webservice from two different Natural libraries, but in the .xmm file we can only use one ‘idlibrary’.

is there any way to do the same call from both libraries?

Thanks.

The document in the thread “How to Setup a Natural RPC Client” describes different ways how to set the library name in the Natural client application.

Thanks for the reply. We will review the document.