Quantcast
Channel: Shawson's Code Blog » Web Services
Browsing latest articles
Browse All 10 View Live

The provided URI scheme ‘http’ is invalid; expected ‘https

Going from dev to live, where the dev system referenced dev version of web services, but the live system has to reference live versions which are HTTPS i recieved this error; The provided URI scheme...

View Article



Making your WCF Service compatible with legacy .net 1.1 applications

I’m building an error tracking service which all our future web project will report to, so we can track and tag all our various systems problems from one place- this is currently done with email which...

View Article

Properties getting “k__BackingField” appended to their name in the WSDL file

I was finding k__backingField was being appended to all my object properties when exposed via my a WCF service, in the WSDL.  The solution it turns out was simple- just had to make my class a...

View Article

Getting started with WCF and REST web services

I’m building some REST WCF services at the moment and found this great guide online www.robbagby.com/rest/rest-in-wcf-blog-series-index The HiREST stuff shows you how to create fully fledged REST...

View Article

Why ASMX web services are not an excuse anymore with WCF 4.0 – Pablo M....

Why ASMX web services are not an excuse anymore with WCF 4.0 – Pablo M. Cibraro (aka Cibrax). Related Posts WCF Services with both JSON and SOAP endpoints Making your WCF Service compatible with legacy...

View Article


MSDeploy Setup Guide & How to Call Server Side Method Using jQuery/Ajax

Couple of interesting items popped up in the RRS feed’s this morning. Automating Deployment with Microsoft Web Deploy – ScottGu’s Blog. Calling Server Side Method Using jQuery/Ajax – Karan’s Blog....

View Article

Twitter OAuth Registration

Any app’s you create now which need to post to twitter programmatically, will need to do so using oAuth, for which you will need to register your app with twitter- this can be done @...

View Article

WCF Services with both JSON and SOAP endpoints

A quick example of how to set this up in the web.config. Services, in this example, can be accessed using JSON via localhost/Services/MyService.svc/HelloWorld or.. using SOAP on...

View Article


Image may be NSFW.
Clik here to view.

WCF Service with message based security validating against AspNet Membership...

This took me days of fiddling, but when I eventually sussed it was quite easy! WCF services have to be secured, and you have have a few options; Message security The messages are encrypted Transport...

View Article


Executing long running process from a web site

I recently had to build a report which accepts one xls excel file, churns through a bunch the data looking stuff up on other systems and performing calculations, then spits out another xls excel sheet...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images