SSRS 中的 ReportService2005.asmx 和 ReportExecution2005.asmx Web 服务端点之间有什么区别?
有谁知道 SQL Server Reporting Services 中的两个 Web 服务端点 ReportService2005.asmx 和 ReportExecution2005.asmx 之间有什么区别?有一篇文章我可以看一下吗?谢谢。
Does anyone know what the difference is between the two web service endpoints ReportService2005.asmx and ReportExecution2005.asmx in SQL Server Reporting Services? is there an article that I can go through? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
ReportExecution2005
端点允许开发人员以编程方式在报表服务器中处理和呈现报表。通过ReportExecution2005.asmx?wsdl
访问此端点的 WSDL。ReportService2005 Web 服务 (
reportservice2005.asmx
) 允许开发人员以编程方式管理报表服务器中的对象。The
ReportExecution2005
endpoint allows developers to programmatically process and render reports in a report server. The WSDL for this endpoint is accessed throughReportExecution2005.asmx?wsdl
.The ReportService2005 Web service (
reportservice2005.asmx
) allows developers to programmatically manage objects in a report server.正如 Mitch 所说,ReportExecution2005 用于执行报告、处理钻取、渲染等,ReportService2005 也用于创建事物(数据源、订阅,甚至报告) 两个方便的参考
是 MSDN 方法列表 ReportExecutionService(ReportExecution2005 Web 服务端点)和 ReportingService2005(ReportService2005 Web 服务端点)。
不要将它们与
ReportService2006
端点混淆,如果您为 Sharepoint 集成模式配置了 SSRS,则使用该端点。希望有帮助!
As Mitch says,
ReportExecution2005
is for executing reports, handling drilldown, rendering, etc. andReportService2005
is used for creating things (data sources, subscriptions, even reports), as well as updating, deleting, querying, etc.Two handy references are the MSDN method listings for ReportExecutionService (ReportExecution2005 web service endpoint) and ReportingService2005 (ReportService2005 web service endpoint).
Don't confuse these with the
ReportService2006
endpoint, which is used if you have SSRS configured for Sharepoint integrated mode.Hope that helps!
ReportService2005
http://servername:port/ReportServer/ReportService2005.asmx?wsdl
ReportExecution2005
http://服务器名称:端口/ReportServer/ReportExecution2005.asmx?wsdl
ReportService2005
http://servername:port/ReportServer/ReportService2005.asmx?wsdl
ReportExecution2005
http://servername:port/ReportServer/ReportExecution2005.asmx?wsdl