Take a few seconds to look over your connection properties. I seriously doubt that your Oracle hostname is “localhost5555” and question whether the database name is “abcd”.
What Mark said… Plus you can’t use that driver.
You don’t seem to grasp basics of JDBC. This is not webMethods issue. Please learn how JDBC works first. (Are these types of posts getting more and more frequent? Or is it just me?)
The database driver class you listed (com.wm.dd.jdbc.oracle.OracleDriver) is one that can only be used by WM apps such as IS to connect to its internal data stores for such things as process logging, error logging, trading networks, etc.
You need to use one of the classes from the correct Oracle JDBC archive file (zip or jar).
The JDBC Adapter User’s Guide provides documentation and DBMS-vendor specific examples.
Hope you resolved the conn prob … if not check wheather you copied “classes12.zip”…file in \webMethods6\IntegrationServer\lib\jars
if not do that and restart the server…