Title: RE: oracle soap
Bineet,
 
We have a set of B2B data exchange services implemented in database (stored procedures + data). We also have a number of transport interfaces to access those services (ex. Web-interface, FTP, RMI, ..., SOAP). SOAP is just one of them. It allows our clients to call services we provide, no matter what languages/technologies/platforms/data formats they want to use. As long as they use SOAP, of course.
In our case, SOAP transport is a servlet running inside OSE. OSE, in turn, is an Oracle process. SOAP servlet connects to the database using JDBC internal ":kprb" driver and gets data very fast.
I hope I answered you question.
 
Does anybody else use that schema I described above? (Oracle + OSE + Apache SOAP). Problems? Peformance hits? Please respond.
 
Best regards,
 
Alex
-----Original Message-----
From: Bineet Basant [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 23:46
To: [EMAIL PROTECTED]
Subject: Re: oracle soap

hi Alex
 
well can u please tell me what is the role of soap when interacting with the oracle database...i mean where u guys are using this soap in context to the database access.
 
regards and thanxs
bineet
 
----- Original Message -----
Sent: Thursday, October 04, 2001 8:20 PM
Subject: RE: oracle soap

Yes Sid, I am currently working on Oracle-SOAP project.
We use Oracle 8.1.7 database, OSE (Oracle Servlet Engine) as a servlet container, and Apache SOAP 2.2 as a server-side SOAP implementation. That is, SOAP lives inside the database itself, as close to data as possible.

Everything works OK. Performance is good enough for our needs.

Good luck,

Alex

-----Original Message-----
From: siddharth aggarwal [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 05:09
To: [EMAIL PROTECTED]
Subject: oracle soap



Hi,
 Has anybody worked on oracle using SOAP? What kind of support is porvided in oracle for soap?
thanx,
Sid

Reply via email to