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: 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:

  1. 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>

  1. 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.

 

 

WorldClock_performInteractionReq.xml



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