September 21, 200916 yr Data source get request with example xml api: http://www.campaignmonitor.com/api/method/client-getlists/ Would importing XML (with a XSL) with a HTTP GET request request work? (with set mapping) Is it just using the 'import xml' function with a correct XSL? How would i go about doing a SOAP request is it just the same but needing a different XSL? thanks! rafal (scratching head over xsl) more example: http://www.campaignmonitor.com/api/required/ http://api.createsend.com/api/api.asmx?wsdl
September 21, 200916 yr If the service responds to a GET request, you can import from it using a suitable XSLT stylesheet. I don't know of a way to do the same with a POST request without using a third-party application (e.g. Applescript or a plugin) as an intermediary.
September 22, 200916 yr Author thx..great -i'd better learn XSLT then.. Will this unfixed bug be an issue? http://fm.lithium.com/fm/board/message?board.id=FM-en-4&message.id=21130 this free plugin says is support POST requests: http://www.360works.com/scriptmaster/ will try this out and feed back.. Edited September 22, 200916 yr by Guest
September 22, 200916 yr The bug is unrelated to XML. It might be an issue if you add/delete fields without adjusting the field mapping in the scripted import.
Create an account or sign in to comment