How receive back JSON data from the server

By: http://p-xr.com/ getJSON(String url) The code above can be divided in 3 parts. the first part makes the HTTP call the second part converts the stream into a String the third part converts the string to a JSONObject Referenced by: http://p-xr.com/android-tutorial-how-to-parse-read-json-data-into-a-android-listview/

Linq to SQL with WCF Services

I was interested to see how I could use Linq to SQL with WCF Services to load and save data using a Silverlight project.  In this post I will expand upon the database I created in my Linq to SQL Tutorial and the console application I wrote for my Set inheritance modifiers with SQLMetal post. The first step isContinue reading “Linq to SQL with WCF Services”

How to call a WCF service using ksoap2 on android

In “theory” wcf with basic http binding and asmx should work the same. It could be something to do with how your WCF service is configured. We get a similar problem if we configure TransferMode Streamed on the client and Buffered on the server. Although not sure if this is relevant in your case.

Communication Between WCF Service and Android Client

Communication Between WCF Service and Android Client Overview of REST in WCF Windows Communication Foundation (WCF), part of the .NET Framework, provides the first unified programming model for rapidly building service-oriented applications. It enables the development of secure, reliable, transacted services that interoperate with current Microsoft investments and non-Microsoft platforms. With the .NET Framework 3.5Continue reading “Communication Between WCF Service and Android Client”

Getting Started Building a WCF Web Service

This post is the first in a series of upcoming MSDN articles on creating a claims-aware web service and consuming it from SharePoint BCS.  In the short time that I’ve worked with claims-based authentication, what I experience is that while there are not very many steps to get it working, if you get anything wrong, then itContinue reading “Getting Started Building a WCF Web Service”