I have a remote client which is a web application deployed on was 7.0 and devloped using jdk1.6 .I need to invoke process deployed in wps6.2 using EJB interface.
1) Do i need to install a websphere process server client on my client side ?
2) If yes then installing websphere process server client 6.2 on WAS 7.0 is not possible -is it correct ?
3) If wps client is not required will RMI invocation work between these versions?
It is not possible to install the WPS 6.2 Client on top of WAS 7.0
It is not possible to utilize the Process Choreographer Session Bean API from a base WAS installaiton without the WPS client.
You may want to consider developing a "proxy". The proxy could consist of a POJO component which starts process instances using the Choreographer Sesion Bean API. The proxy could be exposed with a web service export.
The proxy would be installed on WPS and your web application on WAS 7.0 could invoke the proxy using web services.
Tags
Use the search field to
find all types of content in My developerWorks with that tag.
Use the slider bar to see more or fewer tags.
Popular tags shows the top tags for this particular type of content or application that you're viewing.
My tags shows your tags for this particular type of content or application that
you're viewing.