Archived

This forum has been archived. Please start a new discussion on GitHub.

Physical and published endpoints configuration

Hi all

Is it possible to use the method "createObjectAdapterWithEndpoints" for including in the same call both physical and published endpoints? Is there any procedure to programmatically specify the published endpoints, i.e., without including in the configuration file.

Thank very much in advance.

P.

Comments

  • marc
    marc Florida
    You must set the published endpoints with properties, however, you do not necessarily need to do so with a configuration file. You can also set properties programatically. Have a look at Setting Properties - Ice 3.4 - ZeroC.
  • marc wrote: »
    You must set the published endpoints with properties, however, you do not necessarily need to do so with a configuration file. You can also set properties programatically. Have a look at Setting Properties - Ice 3.4 - ZeroC.

    Thank very much indeed for the soon response.