Bonjour, je voudrais savoir si on peut accéder à des webservices avec FMP12, Car je voudrais synchroniser une base de donnée mysql et ma base filemaker.
Carmelo, continuing here in English so everyone understands ...
If you want to sync with a MySQL database, it is worth considering ODBC integration, including ESS (External SQL Sources). With ESS, you can refer to a SQL database as an external data source in FileMaker, and have the tables in MySQL behave like native FileMaker tables. I.e., you can do import, exports, Set Field, ...
If you want to go for webservices, FileMaker itself is somewhat limited. With the 'Insert from URL' you can perform HTTP POST and GET commands. If you need to integrate with an external system with webservices, consider using a plugin like 360Works' Web Service Manager plugin.
Carmelo, continuing here in English so everyone understands ...
If you want to sync with a MySQL database, it is worth considering ODBC integration, including ESS (External SQL Sources). With ESS, you can refer to a SQL database as an external data source in FileMaker, and have the tables in MySQL behave like native FileMaker tables. I.e., you can do import, exports, Set Field, ...
If you want to go for webservices, FileMaker itself is somewhat limited. With the 'Insert from URL' you can perform HTTP POST and GET commands. If you need to integrate with an external system with webservices, consider using a plugin like 360Works' Web Service Manager plugin.
Some links to ODBC integration and ESS: