Archived

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

Support mix of direct and indirect endpoints for a service proxy

I assume that the following, Basically mixing direct and indirect strings, is not supported.
String proxyId = "wvmp:tcp -p 10002:service@wvmp"
Ice.ObjectPrx base = communicator.stringToProxy(proxyId);

Is that the case?

Comments

  • benoit
    benoit Rennes, France
    Hi Arie,

    Correct, you can't specify both endpoints and an adapter ID.

    Cheers,
    Benoit.