I need to write a web service on a .NET platform for an IPhone client. I'm using JSON.
My question is - how will the client recognize my objects without using .NET??
Will I be able to receive objects, or all I can receive are strings which I need to deserialize?
What happens when one of my method's parameters is an "out" parameter??
As you can see I'm really a newbie in this, and so any help will be much appreciated.