Using WCF Services with SlideShow control

Last post 03-05-2009 3:41 AM by Lance Zhang - MSFT. 1 replies.

Sort Posts:

  • Using WCF Services with SlideShow control

    02-28-2009, 9:59 AM
    • Member
      3 point Member
    • mauroregio
    • Member since 05-09-2008, 10:11 PM
    • Posts 8

    How should the the SlideShowServicePath and SlideShowServiceMethod of a SlideShow control be configured when using a WCF service instead of an ASMX?

    I am porting an ASMX to WCF. 

    I have created a Ajax enabled WCF Service, and I have configured the two properties similarly to the ASMX case (see below) but my WCF service is not invoked.

    mySSExt.SlideShowServicePath = "~/services/ImagesHelper.svc";

    mySSExt.SlideShowServiceMethod = "SearchPhotos";

     Should I do anything else/differently?

    Thx, Mauro

    Mauro
  • Re: Using WCF Services with SlideShow control

    03-05-2009, 3:41 AM
    Answer

    Hi

    To use WCF service for ASP.NET AJAX, we need to some configurations, please read the following articles:
     
    How to: Configure WCF Services in ASP.NET AJAX
    http://msdn.microsoft.com/en-us/library/bb763177.aspx
     
    Creating WCF Services for ASP.NET AJAX
    http://msdn.microsoft.com/en-us/library/bb412167.aspx
     
    Thanks.

     

    Lance Zhang
Page 1 of 1 (2 items)