Hi I want to implement a web service in this way:
I have a stateless session bean and I want to call stored procedure write in sql server 2000, in using weblogic 8.1 and JBuilder 9 as the IDE. Anyone have an example code of how to call the stored procedure from a session bean?
Regards Daniel.
-
SOAP (1 messages)
- Posted by: Daniel c
- Posted on: May 18 2004 12:37 EDT
Threaded Messages (1)
- SOAP by Paul Strack on May 18 2004 19:21 EDT
-
SOAP[ Go to top ]
- Posted by: Paul Strack
- Posted on: May 18 2004 19:21 EDT
- in response to Daniel c
Use a JDBC CallableStatement. Any book on JDBC should cover this (or just look it up in the java.sql API).