It seems that this error appears in several different contexts.
java.lang.NullPointerException at com.wm.util.coder.IDataBinCoder._encode(IDataBinCoder.java:489) (…)
when running, and
com.wm.app.b2b.client.ns.NSRuntimeException
when debugging.
Also, when read from the server log, it appears in this form
[ISC.0088.0001E] SOAPException: [ISS.0088.9136] A WattEvaluationException was thrown by the XQL Query engine
Reading as much as possible in Advantage about it I’ve seen solutions that range from rebooting the IS to installing several fixes.
In my case, the solution was far more simple than this. When generating the service from the WSDL spec, a call to pub.client:soapHTTP is also created. This call has a parameter, “loadAs”, which is not optional. However, the generation does not provide a value for it. Just set it to “stream” and things will go fine.
HTH,
Míchel
#Integration-Server-and-ESB#webMethods