BruceJ Posted February 27, 2003 Posted February 27, 2003 I need to an XM L web source via HTTP POST. From what I understand (and thats not much) FileMaker only does HTTP GET. Any sugestions or am I dead in the water?
_ian Posted February 27, 2003 Posted February 27, 2003 The simplest way is to use the Troi URL plug-in. That will allow you to submit a POST request. Ian
BruceJ Posted March 9, 2003 Author Posted March 9, 2003 Thanks. I found (or better yet, it found me) a plug in that does just that for a great price and great support.. Genoa Software I'm on my way to exploring it and it seems pretty straightforward. Thaks again!
Newbies resnet Posted April 11, 2003 Newbies Posted April 11, 2003 Hi, I to need to do a POST but cannot seem to get this working in Troi. I need to post an XML stream to an ASP page, Troi plugin dos not seem to send the information correctly. The DoHTTP plugin sounds more promissing but lacks and documentation, and I tried using the systax below but with no luck: - External("GSH-Reset","") & External("GSH-SetHost","http://www.url.com/test.asp") & External("GSH-SetPort","80") & External("GSH-SetAction" ,"http://www.url.com/test.asp") & External("GSH-PostFile","test.xml") anyone have any ideas? Thanks, Anthony
Recommended Posts
This topic is 8238 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