Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 536.4K On-Premises Infrastructure
- 138.3K Analytics Software
- 38.6K Application Development Software
- 5.8K Cloud Platform
- 109.5K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.3K Integration
- 41.6K Security Software
HTML form field content to XML

3004
Member Posts: 204,171 Green Ribbon
I would like to capture info via a form, then send the form field content to a "template" XML file. This XML file would then be sent directly to Oracle8i or back to the client to be manually entered into iFS. Can anyone point me to a model of how the form field content is sent to the appropriate tags in the XML file or directions on how to accomplish this? (I am also interested in any other/better ways to populate the XML file.) I have run across models using CGI, but I'm more interested in using JDeveloper to create what I need.
Thanks for your help.
Thanks for your help.
Comments
-
My only (somewhat uninformed) thoughts are to use a JSP to:
- create the form
- receive the form input
- generate the XML data
- Perhaps call the iFS API directly to load the XML data.
null
This discussion has been closed.