Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I found out that it didn't work on other levels as well. I also found a solution for the problem, by using the hostname (and port number) when linking the webservice I got it to work at all times.
Instead of ~/WebSevices/AutoCompletesWS.asmx. I used http://localhost:17000/WebSevices/AutoCompletesWS.asmx
I'm developing a autocomplete function for a textbox using AutoCompleteExtender in Ajax Control Kit, and I'm using a web service for retriving the data. I 'm having problems getting it to work properly.
The webservice is located in epiroot/webservices, and the calling control has the ServicePath set to ~/WebSevices/AutoCompletesWS.asmx.
I'm callning the web service from three different urls;
MySite.se - Works OK
MySite.se/sv - Can't resolve webservice, getting the error No web service found at: /sv/WebServices/AutoCompleteWS.asmx.
MysSite.se/sv/somewhere/more_deep_down - Works OK
Why doesn't it work with /sv?