"Teo Lachev" wrote:
> May,
>
> You don't need to add a reference to
> Microsoft.Samples.ReportingServices.CustomeSecurity. Instead, you call the
> LogonUser SOAP API which in turns will call the LogonUser in your custom
> authentication extension. Did you look at the following thread?
>
http://shrinkster.com/fu >
> --
> Hope this helps.
>
> -----------------------------------------------------
> Teo Lachev, MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website:
http://www.manning.com/lachev > Buy it from Amazon.com:
http://shrinkster.com/eq > Home page and blog:
http://www.prologika.com/ > -----------------------------------------------------
>
> "May Liu" <MayLiu@discussions.microsoft.com> wrote in message
> news:90DEDC98-E0E9-436E-94CA-3642304113FF@microsoft.com...
> > I am writing window application to generate report by calling web service.
> > But I am using form authentication. Then I add reference
> > (Microsoft.Samples.ReportingServices.CustomeSecurity) which is generated
> in
> > form authentication sample. When I render report, the following error
> > occured:
> >
> > An unhandled exception of type 'System.Net.WebException' occurred in
> > system.web.services.dll
> >
> > Additional information: The request failed with the error message:
> > --
> > <html><head><title>Object moved</title></head><body>
> > <h2>Object moved to <a
> >
> href='/ReportServer/logon.aspx?ReturnUrl=%2fReportServer%2fReportService.asm
> x'>here</a>.</h2>
> > </body></html>
> >
> > --.
> >
> > Can anyone teach me how to integrate form authentication and web service
> ???
> >
> > Thanks !!!
>
>