Wrox Programmer Forums
|
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7
This is the forum to discuss the Wrox book Professional SQL ServerReporting Services by Paul Turley, Todd Bryant, James Counihan, George McKee, Dave DuVarney; ISBN: 9780764568787
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 6th, 2005, 04:21 PM
Registered User
 
Join Date: Jul 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default Chapter 7 GetServerFolders error

Hi All,
Has anyone else seen this error from the MainForm: PSRS_MANAGER in chapter 7?

The statement that failes is when I press the go button and it gets down to GetServerFolders...the exception is thrown and the messages are as follows:


       Private Sub GetServerFolders()
            Me.treeViewFolders.Nodes.Clear()

            Dim items() As CatalogItem = Nothing
            Try
                items = rs.ListChildren("/", True)
            Catch ex As SoapException
                RSUtilities.ErrorHandler(ex)
            End Try

"Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportingservices/ListChildren."


    StackTrace " at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String methodName, Object[] parameters)
   at Wrox.Professional.ReportingServices.ReportingWebSe rvice.ReportingService.ListChildren(String Item, Boolean Recursive) in D:\BI4ALL\WROXRSBook\Code Bundle\Ch_07\VB.Net\Web References\ReportingWebService\Reference.vb:line 210
   at Wrox.Professional.ReportingServices.Wrox.Professio nal.ReportingServices.MainForm.GetServerFolders() in D:\BI4ALL\WROXRSBook\Code Bundle\Ch_07\VB.Net\MainForm.vb:line 314"

Best Regards
Peter Nolan
www.peternolan.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
error with chapter 7 jdz66 BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 1 August 21st, 2006 05:19 PM
Parse error in error handler (Chapter 8) Funky Monk BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 1 August 6th, 2004 08:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.