follow this to add my webservice:
http://msdn.microsoft.com/en-us/library/ms154052%28v=SQL.90%29.aspx http://server/reportserver/ReportService2005.asmx?wsdlthen following this to try to deploy a report
http://msdn.microsoft.com/en-us/library/reportservice2005.reportingservice2005.createreport.aspxI get the error located here
warnings = rs.CreateReport(name, "/Samples", false, definition, null);
Cannot implicitly convert type 'ReportingServices2005.ServerInfoHeader' to ReportingServices2005.Warning[]'
Fo开发者_运维问答r the life of me I can't figure out why i'm getting this following this exact layout, am I suppose to be using, ReportExecution2005.asmx?wsdl?
Am I using the wrong web services?
http://bytes.com/topic/c-sharp/answers/273853-c-web-service-returning-objects
精彩评论