Drew Sanderson Posted December 30, 2011 Posted December 30, 2011 Since Go can't use plugins, how do you retrieve data from a webservice?
fseipel Posted December 31, 2011 Posted December 31, 2011 One possible approach would be a webserver script in PHP or other language, that makes the request and returns results, which can then be returned using GetLayoutObjectAttribute on the webviewer. A similar approach could be used to post a web form using FMGO. The main downside is this would require a connection to the webserver.
Drew Sanderson Posted December 31, 2011 Author Posted December 31, 2011 I have used that approach in the past with Pro. That certainly will work with go. Thanks for the reply.
Recommended Posts
This topic is 4711 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