February 27, 200322 yr 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?
February 27, 200322 yr The simplest way is to use the Troi URL plug-in. That will allow you to submit a POST request. Ian
March 9, 200322 yr Author 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!
April 11, 200322 yr Newbies 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
Create an account or sign in to comment