Newbies sprosser Posted September 9, 2008 Newbies Posted September 9, 2008 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?
shmert Posted September 14, 2008 Posted September 14, 2008 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.
Recommended Posts
This topic is 5925 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