SOAP XML File Web Services on 9iAS? [message #92424] |
Fri, 09 July 2004 06:01 |
Eric G.
Messages: 32 Registered: November 2003
|
Member |
|
|
We're an Oracle 11i ERP shop that exchanges data the old-fashioned way: by FTP-ing text files through interface programs written in PL/SQL.
We now have a requirement to transmit data from our Oracle 11i's database to an external party via web services. And the data file has to adhere to SOAP protocol.
Question 1: Can web services objects reside on the Oracle 9i Application Server?
Question 2: Considering that we only have PL/SQL developers, what programming language would be the most likely choice for developing such web service objects? Can they be written in PL/SQL? Or what appropriate language would be easiest for PL/SQL developers to learn from a book (no training classes)?
Question 3: Does the 9i Application Server have functionality to make it easy to create data files in an XML format that is SOAP compliant?
|
|
|
|