I have a web service at:
/localhost/portal/ WebServices/InformationNoticeUtility.asmx/InformationNoticesGet
when user goes to another page for example:
/localhost/portal/Reporting/
and tries to call this web service using jquery Ajax, it will fail because jquery replaces the url of the web service to the following url:
/localhost/portal/Reporting/ WebServices/InformationNoticeUtility.asmx/InformationNoticesGet
Is there any way I could pass in an object to overcome this error?