How to query SNMP object in webMethods ?

Hello,

I would like to query an SNMP object in a webMethods flow in order to take a decision based on the health of an external component.

How can I achieve it ? It it’s thru java, please provide a code.

As a workaround, I’m querying a PHP web site thru a web server but I’m looking for a more efficient way :smiley:

Thanks

Laurent

I haven’t investigated deeply, but to do this in IS I think you’d need an SNMP library and then code Java services as needed to do the SNMP commands you want to support.

SNMP4J appears to be a possible candidate.

Ok, thanks : It’s the way I’m moving on.

Bye

Laurent