Newbies ESJosh Posted June 21, 2005 Newbies Posted June 21, 2005 The ecommerce company that I work for (eSellerate) provides a mechanism where order information can be sent via an HTTP POST to a web server for immediate order notifications. The body of the POST is XML based on a schema that eSellerate defines. Is there a way to interface this with Filemaker Server 7 Advanced without the need for PHP, or am I going to have to write a PHP/WebObjects page to receive the post, translate it to the appropriate INSERT SQL call and insert the information into the DB via ODBC/JDBC? Thanks!
Garry Claridge Posted June 22, 2005 Posted June 22, 2005 FMS7A returns XML from http requests. This is even true for the PHP solutions, PHP just handles the XML returned by FM. Hence, you can use anything that can deal with XML. All the best. Garry
Recommended Posts
This topic is 7085 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