Convert from character to integer

I am retrieving a sequence number from Oracle. It is returned as a character. I want to convert it to an integer and use it as input to a stored procedure. I have a service that retrieves the sequence number. How do I map it to an integer?

Depends–which webMethods product are you using?

B2B Developer and Integration Server 3.5.1

No need to convert it to an integer. Just map the var to the appropriate parm in the SQL call. The JDBC connection should do the right thing for you.