Oracle WebCenter Content (MOSC)

MOSC Banner

Passing TransferFile into custom ServiceHandler

While working with WebContent server 12.2.1.2, on the client side we are creating DataBinder from namespace 

oracle.stellent.ridc.model.DataBinder with help of method

idcClient.createBinder();

This binder has a method addFile with parameter TransferFile. We are using this in following way.

binder.addFile("convertedFile", transferFile);

So far, so good. But how can we obtain this parameter in custom ServiceHandler?

There we are using DataBinder from namespace intradoc.data.DataBinder which 

does not have this method.

Can you please explain us how to proceed here?


Thank you

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