Is the SOAP webservice API availiable in the SSRS 2008 express edition? - web-services

In other words, if I set up SSRS Express edition will I be able to consume and make calls through the webservice?

Update: Check this link on features supported. Reporting Services in SQL Server Express with Advanced Services.
Your best best is the Express edition with Advanced Services.
SQL Server 2008 Express with Advanced Services has all of the features in SQL Server 2008 Express, plus you can:
Run SQL Server Reporting Services reports on local relational data.

Related

Microsoft Dynamics 2013 and Microsoft Dynamics 365 works with same Rest API?

I am working on an extension for dynamics.
Here i want to use dynamics api.
One client uses Microsoft Dynamics 365 (Rest API) and
another client uses Microsoft Dynamics 2013.
Can i use same api to serve both the clients ?
Currently i am using api's from
https://learn.microsoft.com/en-us/dynamics365/customer-engagement/developer/webapi/web-api-functions-actions-sample-csharp
Will it work for Microsoft Dynamics 2013?
The Dynamics 365 Web API did not exist in CRM 2013, so you cannot use that for both purposes.
Instead you can use the Organization Service (also called the CRM 2011 endpoint). The behavior of this endpoint has been relatively consistent (with some minor changes to how e.g. updates should be made) from CRM 2013 to D365.
Be aware that the Organization Service will be removed at some point in the future, but currently works just fine:
The Web API is intended to replace the CRM 2011 endpoint, also known
as the SOAP endpoint, for accessing the Dynamics 365 organization web
service and other provided web services.
As of the release of Microsoft Dynamics CRM Online 2016 Update 1 and
Microsoft Dynamics CRM 2016 Service Pack 1 (8.1.0), the CRM 2011
endpoint has been deprecated. The 2011 endpoint will be removed some
time after the release of Dynamics 365 version 9.
No you cannot use D365 Web API for both.
I found this is useful for CRM 2013.
http://xrmenterprise.com/2013/09/microsoft-dynamics-crm-2013-client-api-cheat-sheet/

Does oracle application express count as business intelligence tool?

I am working in a project which uses oracle application express.
What is the scope of oracle application express tool used?Is this a BI- tool?
Oracle Application Express or APEX is a general purpose tool for building data-centric web applications. Application Express website

SharePoint Web Services client that supports 2010 and 2007,

Is it possible to support both SharePoint Web Services 2010 and 2007 from the same web services client? or will they need different clients.
How different are the web services from previous versions of SharePoint Web Services. I can't seem to find any examples of supporting multiple versions of SharePoint Web Services when implementing a client.
As far as I know all the SP 2007 Web services work the same in SP 2010.
What's new in SP 2010 is the RESTful service (listdata.svc) which is, according to Microsoft, the preferred way to access list data (rather than Lists.asmx).
Take a look at the namespaces of the service contracts (in the WSDL). If they are the same then the services should be compatible.

Is TFS and WebDAV usable together?

The company I work for is a Microsoft partner and we are trying to test out Team Foundation Server 2010 to see if it can be an answer to our "NO VERSION CONTROL" problem.
However, we have several designers, all of which use Dreamweaver. Dreamweaver supports WebDAV and so does IIS.
Is there a way to connect (including checkout and checking in of files) to a Project on a TFS Server (and not just the TFS server itself) using the WebDAV protocol?
TFS client-server connection is web services, but these are WS-* style operations.
In theory one could use the TFS client code to create one's own WebDAV based API, but there is nothing out of the box.

Installing Windows Server AppFabric

I'm trying to install Windows Server AppFabric using Web Platform Installer on my testing Windows Server 2008 Enterprise Edition. Although I have SQL Server (Developer Edition) installed on the server, WPI is still "insisting" that I need SQL Server Express, and I don't have option to change that.
The question is: how can I tell the setup that I already have SQL Server and don't need the Express Edition? The same goes when I go production; I'll have my SQL Server on separate server, so how can I tell AppFabric what SQL Server it need to connect to, as well as preventing SQL Server Express Edition from being installed.
P.S. I'm intending to use AppFabric for caching only and only on a single server; i.e. no WCF and WF fancy stuff or distributed cache.
Thanks
TheBlueSky
It may be that WPI isn't your best bet in this instance - you can download the standalone installer here. Also, although Web PI insists on installing SQL Sexpress, there's no requirement for you atually use it :-) - I have the same setup as you with SQL Server Developer installed, which is what I use for my AppFabric setup.
Once AppFabric is installed you can select a SQL Server to use when you run the configuration wizard: