Product/components used and version/fix level:
webMethods Integration server and test suite V10.11 (licenced products)
Detailed explanation of the problem:
I try to run tests case with mocked service.
The test fail (which is expected) if I don’t use mocked service.
But if I configure one, the test run like forever, never succeed or fail (see screen capture) and I get the following error in Integration server log:
BinCoder decode error creating Java serialized object. Excpt:java.io.InvalidClassException: com.wm.ps.serviceMock.MockObject; local class incompatible: stream classdesc serialVersionUID = -7998531444970225361, local class serialVersionUID = -7762429779639236521
I don’t understand this error message because the mocked service which is serialized/unserialized is only defined on the remote Integration server and nowhere else, why is there two different serialVersionUID and how can I fix it ?
#webMethods#Integration-Server-and-ESB