How to get connection attributes of an adapter connection? How to Update Adapter Connection Properties?
Use Built-in service Name: wm.art.dev.connection:fetchConnectionMetadata
Input Field:
adapterTypeName: You can get this name by running pub.art:listRegisteredAdapters built-in service
Sample Values:
JDBCAdapter
wmMQAdapter
WmSAP
Input Field:
connectionFactoryType: You need to build this value by navigating the folders under an adapter package.
Sample Values:
com.wm.adapter.wmjdbc.connection.JDBCConnectionFactory
com.wm.adapter.wmmqadapter.connection.wmMQConnectionFactory
com.wm.adapter.sap.spi.SAPConnectionFactory
Now you can use these connection attributes as input fields for wm.art.dev.connection:updateConnectionNode under connectionSettings document. Then you can use this service to update connection properties of a JDBC, SAP connection etc
#Integration-Server-and-ESB#webMethods