I am trying to get a java Object into the pipeline but it is erroring out.
I have imported the class com.xxx.MyClass
I have created an instance of the class by invoking its constructor.
I have also created an output variable myobject of type Object.
However when I run the following code, I get java.lang.ClassCastException: com.wm.data.ISMemDataImplClassCastException.
IDataCursor pipelineCursor_1 = pipeline.getCursor();
IDataUtil.put( pipelineCursor_1, “myobject”, MyObject);
I am trying to make this work from past week. Somebody please help.
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB