- From: Heli Desai <heli_soap@yahoo.com>
- Date: Sat, 23 Aug 2003 08:24:37 -0700 (PDT)
- To: xml-dist-app@w3.org
Received on Saturday, 23 August 2003 11:33:54 UTC
Hi, I am implementing Service on Apache SOAP. I have created database in Cloudscape database and my SOAP service access database through JDBC. When I run the client , I am facing following errors. Fault Code: SOAP-ENV:Server.BadTargetObjectURI Fault String: Unable to resolve target object : Cannot load jdbc/odbc bridge for OrderService I think, the problem is with the database connection. I have specified the correct driver. Class.forName("COM.cloudscape.core.RmiJdbcDriver"); Here is the line, which I use for connection, orderdb is my database. DriverManager.getConnection("jdbc:cloudscape:rmi:orderdb") Can I use cloudscape with SOAP? or should I use other database. Please help me and provide me the solutions. Thanks, Heli Desai --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software
Received on Saturday, 23 August 2003 11:33:54 UTC