Gillekes Posted August 4, 2016 Posted August 4, 2016 Hi everybody, I would like to connect my FMS to an other app (Gestix) which has an API using the POST method. The method needs a response URL on which Gestix will reply the answers, and this where I'm strugeling... Is this possible in Filemaker? With the help of a plugin? I have to say that I have absolutely no experience in webservices or even HTML... Thanks everybody!
MonkeybreadSoftware Posted August 4, 2016 Posted August 4, 2016 You can talk to various web service via the CURL commands in MBS Plugin. e.g. see the two examples talking to a web service here: http://www.mbsplugins.eu/CURLSetOptionPost.shtml
Gillekes Posted August 4, 2016 Author Posted August 4, 2016 Thank you for the reply, I can't get any further with the examples... I realy don´t know what to use as the url response... The first part is the wbeservice URL, then the authentication part and then should come the url on which Gestix replies... I don't know what URL to use... http://gestix_host/gestix_path/gnet-forms.cgi?autoid=XXXX&db=XX&auth1=XXXX&auth2=XXXXpass&responseurl&ordinal_number=XX
Wim Decorte Posted August 4, 2016 Posted August 4, 2016 You'll have to create a web page that they can talk to. If their response is something that you need in FM then that page should parse their response and write it to FMS through the PHP API, the XML API or any other derived FMS api that you want to use (.NET, Ruby,…)
Recommended Posts
This topic is 3285 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