Thursday, January 17, 2013

What is the cause when you just get 'Aborted' message when trying to call an Ajax function?

The answer is nearly always that one of the parameters you are passing, or usually returning, can't be marshalled. This happens easily with WFC - what you're passing back must be serializable - really serializable.

No comments: