Monday 27 July 2009

Business Objects Web Services


Business Objects Web Services is a component of Business Objects Enterprise XI R2. Built for developers, it is composed of an implementation of web services that can be deployed with BusinessObjects Enterprise XI R2. This web service implementation provides an API/WSDL which simplifies the process of developing applications.

From your .NET application you can call your business object engine and retrieve report contents.

3 main assemblies you need to work with are:
  • BusinessObjects.DSWS.dll
  • BusinessObjects.DSWS.ReportEngine.dll
  • BusinessObjects.DSWS.Session.dll
For more info and code examples click here and here.

No comments: