Re: SOAP deployment descriptor

2002-06-04 Thread Maik Kuendig
unsubscribe [EMAIL PROTECTED]

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 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

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