Connection Adaptor Environment Variables

I am quite new to webMethods Developer 6.1, and am creating a service to run an AS400 job. I have an adapter and adapter service which access the AS400. I am trying to pass environment variables into the Java Flow, including the username and password used in the connection. I was looking at the wm.art.admin.connection.getConnecitonProperties, but an unable to find any documentation on it. Will it give me the information I need? Is there an other service which will give me this information? I would appreciate any help.

Thanks.

LMH,

This service wm.art.admin.connection.getConnecitonProperties will not give you the required info that you are expecting.

Anyways you can test by specifying below inputs to the above service
adapterTypeName- JDBCAdapter
connectionFactoryType- com.wm.adapter.wmjdbc.connection.JDBCConnectionFactory

It gives out parameters doclist,take a look in the pipeline if it helps.

HTH,
RMG