Hi,
Can anyone please let me know if its possible to insert the XML file into oracle database using wM jdbc adapter services ?
Hi,
Can anyone please let me know if its possible to insert the XML file into oracle database using wM jdbc adapter services ?
You can make use of WmPublic services like xmlStringToXmlNode and xmlNodeToDocument etc. and then map the fields from IS document to JDBC adapter insert service input document. (JDBC insert adapter service needs to be created prior to it to invoke in your flow service to map.)
It seems you didn’t go through the product documents before posting the query. Anyway, hope it helps.