I made a web service in ColdFusion. I can successfully call this service, with dynamic parameters, from C#. However, I am unable to call this service from iPhone Xcode. The response shows an operation failed error. So how can I consume this service from Xcode?
Share
We have more than one application using a Coldfusion component via Xcode on an iPhone. Mostly consuming financial data. I believe we use the a call like:
with a return format of either XML or json – so on the Xcode end of it we are using a parser for one of those technologies to deserialize the object.