What better way to connect my application with a webservice created in. NET (C #) ? It´s possible ? [import]uid: 125916 topic_id: 27213 reply_id: 327213[/import]
Depending on what version of .NET you are using, yes it is possible. With the latest Web API .NET feature you can make your web services a RESTful API. Those can be consumed with Corona. [import]uid: 66859 topic_id: 27213 reply_id: 110549[/import]
Definitely - my preference is to create asmx services with GET-conforming methods. This can be pretty much enforced using method attributes. [import]uid: 8271 topic_id: 27213 reply_id: 110641[/import]