update your js like this. and you will get the actual cause of that issue. then it will help to fix.
try
{
// do your code here
} catch(e)
{
alert(e.faultCode?e.faultCode:e.message?e.message:e)
}
and check the permission of the file too..
hope it will helps u...
and check the permission of the file too..
hope it will helps u...
No comments:
Post a Comment