Invoking Services in Webmethods through J2EE

Hi,

How to invoke services in webMethods through J2EE. How would be the flow between J2EE and webMethods?

Regards,
Partha

Generate the Java client code (From Developer or Designer) for the IS services that you would like to invoke and that generates the .java file (client code).

I believe you will have to pass the service inputs along with the username and password for the IS. You might want to refer to the Context class on the IS Java API document.

Cheers,
Akshith