Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Push XML at Advanced Server


This topic is 7094 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm trying to understand how to have a web server insert data into a FileMaker database. The data is coming from a perl-based shopping cart, and we have FileMaker Server Advanced. The goal is that as orders are entered on the existing shopping cart, the perl script "pushes" XML at the FileMaker server creating a new record in the database. I'm finding that resources are hard to come by.

Posted

XML is output by FMSA, but is not used as input for record creation.

For record creation and editing, standard CGI queries are used. Consider reading the CWP Guide that comes with FMSA, Appendix A about the query language.

Posted

Martin, your post was VERY helpful. Thank you.

Using this I can add a record to a database...

http://192.168.0.100/fmi/xml/fmresultset.xml?-db=TESTGETCSV&-lay=layout&BillingFirstName=Wes&BillingLastName=Plate&BillingCompany=AutomaticDuck&-new

SO COOL.

This topic is 7094 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.