hi,
im not sure this is the right place..
anyway, i'm having some problems with callback function of a webservice..
i'm calling the next webservice for example..
Services.Action(param, onComplete)...
function onComplete(res)
{
alert('success');
}
and for some reason the callback function doesnt always called...
i try to change the web service so it wont accept a parameter...
and called it like this: Services.Action(onComplete)...
and this time the callback function was called..
anyone got an idea, what the problem could be?
im not sure this is the right place..
anyway, i'm having some problems with callback function of a webservice..
i'm calling the next webservice for example..
Services.Action(param, onComplete)...
function onComplete(res)
{
alert('success');
}
and for some reason the callback function doesnt always called...
i try to change the web service so it wont accept a parameter...
and called it like this: Services.Action(onComplete)...
and this time the callback function was called..
anyone got an idea, what the problem could be?