hi,
> i'm trying to implement a simple consumer for our cms, using
> tomcat & wsrp4j as a producer. everything worked ok so far
> but now i'm stuck: the performblockinginteraction url quits with an
errormessage.
> Since I'm struggling for a while now - maybe someone can point me in
the
> right direction....
one step further: i think my problem is related to portletHandle or
Registrationcontext
At the Moment my consumer starts as follows (pseudocode)
============================================================
GetServiceDescription
if registrationrequired
register
new ServiceDescriptionrequest
endif
getportlehandle_from_servicedescription
getregistrationcontext_from_servicedescription
if initcookirequired
initcookie
endif
getmarkup
-- klick on urlType=blockingAction
performblockinginteraction
the funny thing is:
if i listen to the communication of wsrp4j producer/ proxyportlet
consumer, the very first request starts with getServiceDescription AND
<registrationHandle>80.81.129.128_1141738525596_0</registrationHandle>
where did the consumer get this handle from? no prior requests, no
registerRequest, the next request is initCookie :(
thanks for hints!
bernhard