Can a String be converted to BigDecimal(java.math.BigDecimal) type?
I have an input value as a string which is actually a number. I need to pass it to a JDBC adapter service which is accepting only java.math.BigDecimal type.
Are there any built-in services available out of the box to achieve this. I tried searching it in WmPublic (v7.1.2) pkg but no joy…
Can anyone please help me with this or do I have write a java code to do this?
Any suggestions or ideas is highly appreciated.
#webMethods#Integration-Server-and-ESB