Comments
| Native Oracle XML DB Web Services in Oracle 11g Release 1 - Present your exisitng PL/SQL procedures and functions as web services using XML DB in Oracle 11g. |
George P. Milliken said... When the user TEST is created you need to issue this statement to set the DEFAULT TABLESPACE to USERS or the TEST_TAB will be created in SYSTEM (and the CREATE fails).alter user test default tablespace users; |
George P. Milliken said... If you get this error on the first step "DBMS_XDB"."GETHTTPPORT": invalid identifierThen run @$ORACLE_HOME/rdbms/admin/catqm.sql to load the XDB |
Ben B. said... thank you I've been looking for this info for a week, I'm almost there, thing is I get XML data when I visit my PACKAGE/PROCEDURE? (http://localhost:8080/orawsv/BOBO/CLASSPACKAGE/ADDSTUDENT?wsdl)I don't know if I can paste all this but here goes... any idea what I need to fix? - - - - - - - - - - - - - - - - - - |
Ben B. said... oops sorry I just saw the "Don't ask technical questions here, that's what the forum is for!" |
amanda said... Thanks! I'm a LAMP programmer who found myself having to install enterprise Oracle on Debian (not supported) - I ran across a few top-notch tips on this site. After finding this one I'm ready to go! |
ScottWe said... Cheers Tim, all I wanted was to be able to create a local web service for mucking around in Apex - did the job in 11gR2. |
Tim... said... Cool. :)Cheers Tim... |
DO NOT ask technical questions here, that's what my forum is for!
These comments should relate to the contents of a specific article. Constructive criticism is good. Advertising and offensive comments are bad and will be deleted!
