Is there easier way to make services available in version 16.11.02
other than setting export="true" for all the services? In service.properties setting exportall=true does not seem to work. # flag to automatically export all services: same of setting export="true" for all service definitions remotedispatcher.exportall=true |
Administrator
|
Hi,
From a cursorily read "exportall" is only available for HTTP or RMI services. And remotedispatcher.exportall=true is only effective for RMI services So it will work only if you want to use rmi for all your services Jacques Le 25/06/2017 à 21:28, Parminder S. Lehal a écrit : > Is there easier way to make services available in version 16.11.02 > other than setting export="true" for all the services? > > In service.properties setting exportall=true does not seem to work. > > # flag to automatically export all > > > services: same of setting export="true" for all service definitions > remotedispatcher.exportall=true > |
In reply to this post by Parminder S. Lehal
Parmider,
It should work with the settings you mentioned. Could you please share how you make sure it is not working as HttpClient and rmi both will have the supporting code to allow the service to call. Also if it is fine then let us know what you want to achieve by setting this. Thanks! Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Mon, Jun 26, 2017 at 12:58 AM, Parminder S. Lehal <[hidden email]> wrote: > Is there easier way to make services available in version 16.11.02 > other than setting export="true" for all the services? > > In service.properties setting exportall=true does not seem to work. > > # flag to automatically export all > > > services: same of setting export="true" for all service definitions > remotedispatcher.exportall=true |
Administrator
|
Hi Rishi,
exportall is not set in the case of HTTP services (just miss to read the property) Jacques Le 26/06/2017 à 08:54, Rishi Solanki a écrit : > Parmider, > > It should work with the settings you mentioned. Could you please share how > you make sure it is not working as HttpClient and rmi both will have the > supporting code to allow the service to call. > > Also if it is fine then let us know what you want to achieve by setting > this. Thanks! > > > > Rishi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > > On Mon, Jun 26, 2017 at 12:58 AM, Parminder S. Lehal <[hidden email]> > wrote: > >> Is there easier way to make services available in version 16.11.02 >> other than setting export="true" for all the services? >> >> In service.properties setting exportall=true does not seem to work. >> >> # flag to automatically export all >> >> >> services: same of setting export="true" for all service definitions >> remotedispatcher.exportall=true |
Jacques,
Yes, I search for that in code and miss read the HttpEngine as HttpClient. Thanks for correcting. :-) Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Mon, Jun 26, 2017 at 12:39 PM, Jacques Le Roux < [hidden email]> wrote: > Hi Rishi, > > exportall is not set in the case of HTTP services (just miss to read the > property) > > Jacques > > > > Le 26/06/2017 à 08:54, Rishi Solanki a écrit : > >> Parmider, >> >> It should work with the settings you mentioned. Could you please share how >> you make sure it is not working as HttpClient and rmi both will have the >> supporting code to allow the service to call. >> >> Also if it is fine then let us know what you want to achieve by setting >> this. Thanks! >> >> >> >> Rishi Solanki >> Sr Manager, Enterprise Software Development >> HotWax Systems Pvt. Ltd. >> Direct: +91-9893287847 >> http://www.hotwaxsystems.com >> >> On Mon, Jun 26, 2017 at 12:58 AM, Parminder S. Lehal <[hidden email]> >> wrote: >> >> Is there easier way to make services available in version 16.11.02 >>> other than setting export="true" for all the services? >>> >>> In service.properties setting exportall=true does not seem to work. >>> >>> # flag to automatically export all >>> >>> >>> services: same of setting export="true" for all service definitions >>> remotedispatcher.exportall=true >>> >> > |
Free forum by Nabble | Edit this page |