hi
is it possible to refer by web service to my ajax control library component AutoCompleteExtender1, if i add asmx page directly to project solution i'm able to give the service path and service method to this component.
i have a separate web service running which is communicating with my SQL Server 2000
so in my solution i added the webservice using add App_WebReferences, sohow to assign my service path and service method to the extender.
thanks in advance.
happy dotnetting.
bye
jags
Hi jags,
It isn't possible to connect to an external webservice. So one solution is. Create a webservice (WebserviceA) within your solution where your website resides. In the code for WebserviceA you make a connection (webreference like you are used to) to WebserviceB (which is outside your domain). Al the requests that are going to webserviceA are passed through to webserviceB which will return the value to webserviceA and webserviceA will return it to your browser. Hope this helps!
Regards,
thanks dennis, i'll be travelling for the next few days.i'll try this and will get back to you at the earliest.
No comments:
Post a Comment