Showing posts with label Service-oriented architecture. Show all posts
Showing posts with label Service-oriented architecture. Show all posts

Tuesday, April 10, 2012

Securing WCF - CodeProject®

Introduction to Article

Securing a WCF service is quite easy but several methods with different fields of applications exist. This post describes the different available securing mechanisms and how they are set up.
Securing your network service is important because if a service is not secured, every peer on your communication way can read your communication.
Basically two different approaches of securing a service exist:


Securing WCF - CodeProject®
Enhanced by Zemanta

Thursday, April 5, 2012

WCF and Android: Part II - CodeProject®

Image representing Android as depicted in Crun...
Image via CrunchBase
Introduction to Article

The first part of this series WCF and Android Part I describes how to setup a JSON REST WCF service. This post shows how to consume this service using Android.
WCF and Android: Part II - CodeProject®
Enhanced by Zemanta

Friday, June 24, 2011

Solving real world problems using Web Services - CodeProject

Introduction to the article

Today in this article we will look at a real world technical problem in an enterprise and how web service helps us in solving the problem. This is one of the main questions while appearing for Web Service interview. You can also get videos on Java Design Pattern, J2EE, Struts 2, Hibernate, Spring, Web services using Java/JaxWS/JAX RS.

If you are new to web services then view the following starter video for the same: -





Solving real world problems using Web Services - CodeProject
Enhanced by Zemanta

Wednesday, May 18, 2011

Wednesday, November 17, 2010

How to: Deploy And Enable Discovery of XML Web Services in Managed Code

A model detailing the basic structure of a com...Image via WikipediaHere are two articles that explain how to deploy web services out to a web server and how to make it "discoverable" so that people can find them so that others can use it without needing to know actually all about it.

How to: Deploy XML Web Services in Managed Code

How to: Enable Discovery for XML Web Services
Enhanced by Zemanta