This deals with exchanging data between CRM & Gizmo. I'd like to Creator (or php) to convert the response.
SurveyGizmo posts (insert) data to ZohoCRM.
After insert, Zoho responds with xml that includes an ID of the inserted record.
Gizmo needs that ID for subsequent updates.
The problem is, Gizmo will only accept a response in a simple "key1=value1,key2=value2" format.
I'd like to have ZohoCreator receive Gizmo's post, pass it through to ZohoCRM, receive the xml response from ZohoCRM, convert it to key=value, and return it to Gizmo.I've managed to create the Creator deluge code: