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