August 4, 20169 yr 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!
August 4, 20169 yr 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
August 4, 20169 yr Author 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
August 4, 20169 yr 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,…)
Create an account or sign in to comment