You need to sign in to do that
Don't have an account?
thechad
Can APEX do FTP or make SOCKET/SOAP connections?
I am looking to connect to a remote service... Can APEX do FTP or make SOCKET/SOAP connections?
Additionally can it create temporary files like CSV of tab?
Thanks for your help.
Additionally can it create temporary files like CSV of tab?
Thanks for your help.
http://wiki.apexdevnet.com/index.php/Apex_Code#Getting_Started
However, that is not what I am primarily concerned about, I am attempting to make the APEX code a client to an external SOAP server in an RPC type of communication. If I can't get RPC then I would need the ability to send a temporarily exposed call-back (AJAXian sort of SOAP) if that were possible.