P
Peter Judge
Guest
It's no buggier than usual
The run-time error is coming from code that's trying to convert the message body (as an input param) into a string. I'm guessing that that's empty and that's causing the error. There's no checking for an empty body so that's a bug. This is the stuff from That's the OperationHandler line 1119 and on. Can you post the snippet from the gen file for this GET operation? If it's a JSDO READ then I wouldn't expect the input dataset .
Continue reading...

Continue reading...