i have Writter a webservice using C#.
I want to invoke these methods from another programming language such as JavaScript.
because I am using titanium in my mobile application, but i couldn’t find a way to call those methods.
i have Writter a webservice using C#. I want to invoke these methods from
Share
in Titanium its called SOAP, https://github.com/appcelerator/titanium_mobile/blob/master/demos/KitchenSink/Resources/examples/soap.js
in here you can define the WDSN url and choose the method you want to call, then you add the parametes.
the results will be recieved as XML file