September 9, 200817 yr Newbies I'm using ScriptMaster to Post XML data to an Oracle server. The test form I'm using has multiple form areas, so all I'm getting in the result is the source code for the page. I know the test page works, because I get a successful result when I just paste xml code into the proper code and click the button. Is there a way to address a specific form on a page, or should I try to get the Oracle dba to make a page with a single form on it?
September 14, 200817 yr Submitting a POST form in the browser generates a single POST request to the server, and you should be able to mimic this POST request using ScriptMaster. If the forms all have the same action URL, the server is probably examining the POST data to look for a hidden input or submit button name to determine which form was submitted. If you want to submit data to multiple forms, you will probably need to POST the data multiple times, changing the post data to mimc submitting the various forms/buttons.
Create an account or sign in to comment