Hi All,
TiSDK 3.3.0, Android 4.4.2, iOS 7This is more of asking for suggestion than coding question. Hope I am not breaking any rule.
I have a legacy system (Oracle) that I need to connect using Titanium App. It has all its web services in SOAP, has APIs etc. How do I establish a secure connection with this system?
I searched in Ti docs and over forums and found following: SOAP is overhead and get heavy over mobile devices and is recommended to avoid it.
Now, If I can avoid it, I can use APIGEE to convert SOAP into REST and use it as REST is dominant and most widely used WS. But as this system is complicated it would be difficult to find errors, if any.
My question is: Can a Titanium app sustain connections with these type of systems? Is it a good practice to convert SOAP to REST? If yes, any tools you recommend> Any other approach you suggest for this?