The module the serializes data between IS and Java clients is IDataBinCoder. This class supports platform/release/JVM neutral encoding for many data types and a number of interfaces.
If a Java Object does not support any of the formats that it does special encoding for, it uses Java Serialization.
One workaround way to get rid of the error is to put the DOM classes on the Developer classpath.
Since Developer doesn’t currently do anything special to display the DOM object in the results panel, them the object is in the pipeline to be passed to another service. Have the last service that cares about the object drop it from the pipeline before returning results to Developer (this does not work if you are single stepping through the flow, but will avoid the problem if you step over the set of services that pass around DOM objects).
#webMethods#webMethods-General#Integration-Server-and-ESB