Accessing Java API at Exec Time

2008-07-29 Thread Tadeu Augusto Dutra Pinto
Hi folks, I would like to know if there is a way to integrate ARS with a specific method / service java... I have an implemented service in java called getInfoCustomerByKey(), I would like that everytime that I enter a value on a determined field in my ARS Form, such as the key of the user

Re: Accessing Java API at Exec Time

2008-07-29 Thread Axton
Look into ARDBC plugins and vendor forms. Starting with v7.1, it is possible to write the plugins using java. Alternatively, you could use a filter plugin. The driving factor between the two approaches, in this case, is how you want to present the interface (set fields from plugin vs set fields

Re: Accessing Java API at Exec Time

2008-07-29 Thread Carey Matthew Black
Tadeu Augusto Dutra Pinto, Short answer yes. Long answer... See the Java Scripting Plug-in that BMC distributed via the BMCDN. (Many other posts on ARSList, see archives, should provide good pointers to a version for ARS v6.3 and greater.) -- Carey Matthew Black Remedy Skilled Professional

Re: Accessing Java API at Exec Time

2008-07-29 Thread Garrison, Sean (Norcross)
To: arslist@ARSLIST.ORG Subject: Accessing Java API at Exec Time ** Hi folks, I would like to know if there is a way to integrate ARS with a specific method / service java... I have an implemented service in java called getInfoCustomerByKey(), I would like that everytime that I enter a value