Re: SOAP-Client in Oracle DB

2002-05-24 Thread Maik Kuendig
Hallo Harald Meyer <[EMAIL PROTECTED]> schrieb: > Steve Muench wrote: > > >If you load the Oracle XML Parser for Java into the database, > >it contains the DOM classes in the same JAR, so that would > >be another route. > > > You might also load the file xmlParserAPIs.jar (which is shipped > wit

Re: SOAP-Client in Oracle DB

2002-05-23 Thread Harald Meyer
Steve Muench wrote: >This means you need to load the org.w3c.dom.Element >interface (along with the rest of DOM) into the database, too. > >Apparently xerces.jar does not bundle the DOM interfaces >in there. > >If you load the Oracle XML Parser for Java into the database, >it contains the DOM cla

Re: SOAP-Client in Oracle DB

2002-05-23 Thread Steve Muench
/orxmlapp - Original Message - From: "Maik Kuendig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 11:21 AM Subject: Re: SOAP-Client in Oracle DB | Hallo | | Steve Muench <[EMAIL PROTECTED]> schrieb: | | > Should work fine. Make sure you

Re: SOAP-Client in Oracle DB

2002-05-23 Thread Maik Kuendig
Hallo Steve Muench <[EMAIL PROTECTED]> schrieb: > Should work fine. Make sure you're using 8.1.7.1 or > higher of the Oracle database since 8.1.6 had a I use a 9i database Version 9.0.1. > database JVM issue with System.arrayCopy() of two-dimensional > arrays of int's which caused crashes us

Re: SOAP-Client in Oracle DB

2002-05-23 Thread Steve Muench
- Original Message - From: "Maik Kuendig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 23, 2002 8:43 AM Subject: SOAP-Client in Oracle DB | Hello | | Did someone now if I can load a SOAP-Client into an Oracle DataBase. | Because I can have JavaStoredPr

SOAP-Client in Oracle DB

2002-05-22 Thread Maik Kuendig
Hello Did someone now if I can load a SOAP-Client into an Oracle DataBase. Because I can have JavaStoredProcedures in the DataBase. I hava already try to load: soap.jar xerces.jar mail.jar activation.jar in to the DataBase, but if I try to compile a SOAP-Client Programm, i got the error: > Clas