Hi,
There is MI service call and above exception is handled as below
but at runtime it gives null pointer at the modelObject.execute() linenumber
try {
wdContext.createRequest_MI_UI_BSCS_GL1_OUT_518Element(request_MI_UI_BSCS_GL1_OUT_518).modelObject().execute();
} catch (WDWSModelExecuteException e)
{
// TODO Auto-generated catch block
}
Kindly help how to avoid this nullpointer exception
thanks
B