By tag: WebServices
0
kicks
Soap Headers in WebServices
In this post i am writing about the customization of the web services soap headers in .Net
0
kicks
Trello.NET a Trello SDK
There are already a bunch of SDKs for the new hotness that is Trello but none of them did exactly what I was looking for. I want a way to connect to the Trello API….using .NET.
0
kicks
NHibernate Session-Per-Method-Call via StructureMap Nested Containers
There are several documented approaches you can follow to implement the session-per-method-call pattern with NHibernate and StructureMap. The majority of these approaches fail to leverage the full capabilities of StrurctureMap and are therefore more complex than they need to be. In this short post...
0
kicks
How Service Component Architecture (SCA) Can Be Incorporated Into Exis
After viewing Rob High’s presentation “The SOA Component Model” hosted on InfoQ.com, I can foresee how Service Component Architecture (SCA) can be incorporated in to an existing enterprise.
According to IBM’s DeveloperWorks website, SCA is a set of conditions which outline a model for constructing ...
0
kicks
Component Development within SOA
How do the concepts of component development work within SOA?
Let’s first break this question down by defining what component development is. Component development is the process of implementing specific functionality in the form of small units of complied code that can be reused across multiple ...
0
kicks
When to use SOAP over REST
So, how does REST based services differ from SOAP based services, and when should you use SOAP? Representational State Transfer (REST) implements the standard HTTP/HTTPS as an interface allowing clients to obtain access to resources based on requested URIs.
0
kicks
Getting started with EWS Managed API SDK
EWS Managed API SDK is a managed proxy for Exchange Web Services (EWS). This post explains how to use EWS Managed API for retrieving bounced emails from a mailbox.
0
kicks
OData and Windows Azure
This post discusses about building a service using CLOUD platform that can reach various devices. What is OData and Where it fits in? OData is a specification that makes very easy to exchange and interact with data on the web. So OData is all about connecting up devices to the CLOUD. This post also ...
0
kicks
Cross Domain Policy Violation, And How to Get Around It (JSONP, AJAX,
Learn how to handle cross-domain policy violation by creating a simple C# MVC web service that creates monsters in JSON. We'll host the service on a 3rd-party domain and read it with an AJAX request.
0
kicks
Tweaking WCF to build highly scalable async REST API
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix.
0
kicks
Code-for-Dynamically-generating-webproxy-(CNet)
Cotinuing to my post on Dynamic webservice invoke in C#, Here is the full C#.Net source code for gererating a web proxy by just providing the required WSDL URL as input. The source code targets .Net 2.0 Runtime. This code is making use of Reflection and dynamic runtime compilation features in C#.
0
kicks
Asp.net WebService or Creating and Consuming WebService in asp.net or
Asp.net WebService or Creating and Consuming WebService in asp.net or Create and call webservice in asp.net or how to create webservice and how to use webservice in asp.net
0
kicks
Useful application development is possible with contribution of the Sy
There are several benefits of using application development and the Sydney based web companies are well aware of the advantageous parameters.
0
kicks
ASP.NET web services mistake: manual JSON serialization
If you’ve spent much time working with the .NET platform, ASP.NET’s simple, convention-based approach to exposing JSON endpoints seems just about too good to be true. After years of fiddling with manual settings in XML configuration files, it’s understandable to assume that working with JSON in ASP....