Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
461 Points
536 Posts
Apr 04, 2012 05:25 AM|LINK
The solution for this headache follows -
Instead of: url: 'services/chatEngine.asmx/dummy',
I used: url: 'services/chatEngine.asmx?op=dummy',
Thanks for everyone
shtrudel
Member
461 Points
536 Posts
Re: ajax call HELPPP
Apr 04, 2012 05:25 AM|LINK
The solution for this headache follows -
Instead of: url: 'services/chatEngine.asmx/dummy',
I used: url: 'services/chatEngine.asmx?op=dummy',
Thanks for everyone