| Ritabrata Mukherjee 2007-06-25, 1:24 pm |
| Hi,
We are trying to use WSRP in WPS v6.0 environment. At the Producer end, along with other remote portlets, we have a servlet which expects a serialized Java Object.
The situation is, we have a client Applet which needs to send the serialized Object to the above servlet through the consumer portal. We are trying to use the 'ResourceProxy' utility which comes within WebSphere Portal (package is com.ibm.wps.wsrp.consume
r.std.impl).
Can we send a Serialized Object from the Applet to the Producer-end servlet through this ResourceProxy without creating any custom proxy or customizing the ResourceProxy ?
(FYI, on decompiling the ResourceProxy class, we found out that it uses httpServletRequest.getParameter(), URLConnection and WPS's ContentAccessService, among other things..)
Thanks,
Rito.
|