Browse by Tags

All Tags » WCF (RSS)

WCF : Could not find a base address that matches scheme https by REA_ANDREW

Have you ever had the issue when you get the following error: Server Error in '/Services' Application. Could not find a base address that matches scheme https for the endpoint with binding BasicHttpBinding. Registered base address schemes are [http]....
Filed under: ,

Consume WCF Service InProcess using Agatha and WCF by REA_ANDREW

I have been looking into this lately for a specific reason.  Some integration tests I want to write I want to control the types of instances which are used inside the service layer but I want that control from the test class instance.  One of...
Filed under: , ,

AutoMapper MappingFunction from Source Type of NameValueCollection by REA_ANDREW

I have had a situation arise today where I need to construct a complex type from a source of a NameValueCollection.  A little while back I submitted a patch for the Agatha Project to include REST (JSON and XML) support for the service contract. ...
Filed under: , , ,

Compiling examples for consuming the REST Endpoints for WCF Service using Agatha by REA_ANDREW

I recently made two contributions to the Agatha Project by Davy Brion over on Google Code, and one of the things I wanted to follow up with was a post showing examples and some, seemingly required tid bits.  The contributions which I made where:...
Filed under: , , , ,

Idea for a Helper Utility Class Generator for a WCF Rest Service by REA_ANDREW

This morning I followed an Adobe Flex tutorial, well 3, about consuming Twitters restful API inside Flex.  After this it got me thinking about WCF and their Rest Starter Kit.  I looked and they are now up to Preview 2, so I downloaded it and...
Filed under: , ,
More Posts