Hi all
I´m new to the group and wm.
I´m working at a big proyect and have to send a Object from wm to a Ariba Marketplace.
The API say that is possible put an Object at IData, but doesn´t work I have :
java.lang.ClassCastException: java.lang.Integer
this are the line of my program…
// ---------------- program ------------------------------
IDataCursor pipelineCursor_1 = pipeline.getCursor();
IDataUtil.put( pipelineCursor_1, “custponumber”, “”+reqCreated.getCustponumber());
java.lang.Object objEC2 = (java.lang.Object) reqCreated ;
IDataUtil.put( pipelineCursor3, “createdReq2”, objEC2 ); —> this is the line that not work
thanks in advanced
Julio Oliveira
jOliveiraAr@yahoo.com.ar
#webMethods#Integration-Server-and-ESB#edi