This is a migrated thread and some comments may be shown as answers.

RadToolTipManager and WebService

1 Answer 87 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Ralph
Top achievements
Rank 1
Ralph asked on 21 May 2012, 10:02 PM
I have a project in which I am populating the tooltips using a webservice.  It is working well with the .asmx within my project.

I want to be able to make this web service a separate website so it can be reusable by multiple applications.  Is it possible to set the WebServiceSettings on the RadToolTipManager to connect to this web service?

I've tried setting the Path attribute to the "http:" address of the web service and simply get the error "RadToolTipManager response error: Exception=The server method 'GetData' failed.".  I've also tried setting a service reference to the web service and setting the Path attribute to the wsdl of the web service.  Still no success.

Thanks for you help.

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 23 May 2012, 04:22 PM
Hello Ralpth,

The RadToolTipManager does not support cross-site scripting and thus it can work only with services within the current application. If you like you can create a method in your current service that will load the data from the other site, yet this is not part of the RadToolTipManager control.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ToolTip
Asked by
Ralph
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or