function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
WilmerWilmer 

Error........: Unable to deserialize inputstream

Hi,

 

I got a scontrol which calls out an external webservice using Ajax. It has been working very well for a long time  but since yesterday it returns the error message: Unable to deserialize inputstream

 

Does anybody know what could be the reason? I think it could be a problem in the external webservice or the communication but I'm not sure.

 

Thanks for your answers,

 

 Wilmer

werewolfwerewolf
Certainly one possible reason would be that the external webservice is now returning junk.  Try debugging it with Firebug and eyeball what's in the stream you're getting.
WilmerWilmer

Hi werewolf,

 

Thanks for your answer. Now there are some guys checking the external webservice code.

 

I appreciate your help.

 

Regards,

 

Wilmer