I created an XE2 FireMonkey application that needs to run on an iPad. I am familiar with exporting to Xcode and recompiling on a Mac. It all works fine.
However, the problem is when I want to connect to an existing web service. Using WSDL Import, I can create the necessary file, and the functionality of my web service works as expected. This only works in a Windows environment, but since the file created by WSDL Import uses "InvokeRegistry", which is Windows specific.
How can I connect to a web service in FireMonkey in a way that compiles on Xcode and works in iOS?
source share