Skip to Content
0
Former Member
Jan 07, 2011 at 08:47 AM

WDWSModelExecuteException giving null pointer

33 Views

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