I execute the RestorePipelineFromFile and input my filename.
However I got the following error “0000A1 [B2BCORE.0076.0001] BinCoder decode error creating IData wm.ip.util.CValues, using BasicData instead. Excpt:java.lang.ClassNotFoundException: wm.ip.util
.CValues”.
The file is existing in …/IntegrationServer/pipeline directory. Apparently there are errors when reading this pipeline file. This file is actually generated from SavePipelineToFile service.
There is no condition like not to give file extension at all. The important thing is u have to use the same filename in both savePipelineToFile & restorePipelineFromFile.
If u used “file.txt” as a filename in savePipelineToFile then u have to specify the same “file.txt” in restorePipelineFromFile service.