OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrp-interop message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [wsrp-interop] IBM perform blocking interaction empty markup response






Hi Avi,

it's hard to tell from the requests you posted.
It would help if you could provide the complete HTTP message (including
headers) and a message flow.
In this case getMarkup, performBlockingIA, getMarkup with request and
response (and the initCookie call).
However my wild guess here is that there is no HTTP session setup.
Did you call initCookie first?

Mit freundlichen Gruessen / best regards,

        Richard Jacob
______________________________________________________
IBM Lab Boeblingen, Germany
Dept.8288, WebSphere Portal Server Development
Phone: ++49 7031 16-3469  -  Fax: ++49 7031 16-4888
Email: mailto:richard.jacob@de.ibm.com


                                                                           
             "Klein, Avi"                                                  
             <avi.klein@sap.co                                             
             m>                                                         To 
                                       wsrp-interop@lists.oasis-open.org   
             04/19/2004 01:56                                           cc 
             PM                                                            
                                                                   Subject 
                                       [wsrp-interop] IBM perform blocking 
                                       interaction empty markup response   
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           




Hi All,

I'm testing SAP Consumer with IBM producer on the following portletes:
World Clock, Google, Simple Action Test etc.

GetMarkup works fine with all the above Portlets (and moreā€¦) but when
trying to perform interaction I get an UpdateResponse that contains no
markup context (except for the Google that returns a markup containing the
search results).

Whenever I get this response (with no MarkupContext) I initiate a new
GetMarkup request based on the navigational state that returned in the
UpdateResponse.

The problems I encounter:
   a. in the World Clock: I get the following response (containing no
      NavigationalState) following GetMarkup returns the initial content:
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsd="
http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>
       <soapenv:Body>
             <performBlockingInteractionResponse xmlns="
urn:oasis:names:tc:wsrp:v1:types">
                    <updateResponse>
                           <navigationalState/>
                           <newMode>wsrp:view</newMode>
                    </updateResponse>
             </performBlockingInteractionResponse>
       </soapenv:Body>
</soapenv:Envelope>
   b. in the Simple Action Test: I DO get an new navigationlState but
      following GetMarkup returns the initial content:
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsd="
http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>
       <soapenv:Body>
             <performBlockingInteractionResponse xmlns="
urn:oasis:names:tc:wsrp:v1:types">
                    <updateResponse>
                           <navigationalState>
rO0ABXNyABFqYXZhLnV0aWwuSGFzaE1hcAUH2sHDFmDRAwACRgAKbG9hZEZhY3RvckkACXRocmVzaG9sZHhwP0AAAAAAAAh3CAAAAAsAAAACdAAZd3NycC5sZWdhY3kucHJldmlvdXMubW9kZXQABHRydWV0ABdQQ182XzBfMTFPX2dsb2JhbC5yZXNldHVyABNbTGphdmEubGFuZy5TdHJpbmc7rdJW5_kde0cCAAB4cAAAAAFxAH4AA3g*
</navigationalState>
                           <newMode>wsrp:view</newMode>
                    </updateResponse>
             </performBlockingInteractionResponse>
       </soapenv:Body>
</soapenv:Envelope>


The request for the World Clock is attached.

I would appreciate any help in understanding what could be the problem with
my request.

Thanks a lot,

Avi.


 [attachment "WorldClock_performInteractionReq.xml" deleted by Richard
Jacob/Germany/IBM] To unsubscribe from this mailing list (and be removed
from the roster of the OASIS TC), go to
http://www.oasis-open.org/apps/org/workgroup/wsrp-interop/members/leave_workgroup.php
.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]