Oracle WebCenter Content (MOSC)

MOSC Banner

Problem RIDC with the server response

edited Sep 30, 2013 9:23AM in Oracle WebCenter Content (MOSC) 2 commentsAnswered
   Hello comunity.
I´m really new in this topic.

I was doing some tests, looking and playing with the RIDC client with a simple ping to the server.

The problem that i have is that when i want to send a request to the server through the RIDC,  the service response returned by the server is null. This is the code that i have been using to do so.


                   IdcClient idcClient = manager.createClient("idc://192.168.2.187:16200");
                    idcClient.initialize();
                    idcClient.getConfig().setSocketTimeout(30000);
                    idcClient.getConfig().setConnectionSize(20);

                DataBinder binder = idcClient.createBinder();
                binder.putLocal("IdService", "PING_SERVER");
                ServiceResponse response = idcClient.sendRequest(userContext, binder);
                DataBinder responseData = response.getResponseAsBinder();

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center