FlashBuilder 4.5 accessing Oracle 11gR1 database/WebSecices/WSDL
Hi,
I’m trying to accessOracle data using an existing stored procedure. What I have managed to do sofar is:
Get WSDL definitionusing Oracle XML DB (using an example from Oracle documentation the http callto return the WSDL has this format http://host:port/orawsv/DBSCHEMA/FN_OR_PROC?wsdl)
Testing the WSDL usingsoftware called “soapUI” executes and returns the data correctly in XML format.
Entering the same URLto Flash Builder “Connect to Data/Service” wizard and selecting WSDL option doesn’treturn an error but doesn’t either do that much (e.g. it populates the wizardbut the “Next” or “Finish” buttons don’t make the wizard to move forward). One of the reasonsmight be that there is no place (?) to define the userid/password. When I triedto include these in the URL it didn’t change anything.
Would someone have asimple example of using WSDL together with Oracle, PL/SQL, WebServices or other resources/links/adviseto help me with this?
Thanks,
ktp2
