Rafal Posted September 21, 2009 Posted September 21, 2009 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
comment Posted September 21, 2009 Posted September 21, 2009 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.
Rafal Posted September 22, 2009 Author Posted September 22, 2009 (edited) 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, 2009 by Guest
comment Posted September 22, 2009 Posted September 22, 2009 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.
Recommended Posts
This topic is 5541 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now