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: bea producer returning updateRespone and redirectURL


Hi Subbu,

I noticed that the redirect portlet return both, updateRespone and
redirectURL which are mutually exclusive.
Here is the message trace:

POST /producer/producer HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1
Host: localhost:8085
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "urn:oasis:names:tc:wsrp:v1:performBlockingInteraction"
Content-Length: 1702
Cookie:
JSESSIONID=1Yd9vyc3aAKdDHSCmGSVGUOfrVmDTu1qMlLFe2qg387eO7IshMUR!1079735209

<?xml version="1.0" encoding="UTF-8"?>
   <soapenv:Envelope xmlns:soapenv
="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd
="http://www.w3.org/2001/XMLSchema"; xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance";>
      <soapenv:Body>
         <performBlockingInteraction xmlns
="urn:oasis:names:tc:wsrp:v1:types">
            <registrationContext xsi:nil="true"/>
            <portletContext>
               <portletHandle>redirectPortlet</portletHandle>
            </portletContext>
            <runtimeContext>
               <userAuthentication>wsrp:none</userAuthentication>
               <portletInstanceKey>7_0_1J7</portletInstanceKey>
               <namespacePrefix>PC_7_0_1J7_</namespacePrefix>

<sessionID>1Yd9vyc3aAKdDHSCmGSVGUOfrVmDTu1qMlLFe2qg387eO7IshMUR!1079735209</sessionID>


            </runtimeContext>
            <userContext>
               <userContextKey>wpsadmin</userContextKey>
               <profile/>
            </userContext>
            <markupParams>
               <secureClientCommunication>false</secureClientCommunication>
               <locales>en-US</locales>
               <mimeTypes>text/html</mimeTypes>
               <mode>wsrp:view</mode>
               <windowState>wsrp:normal</windowState>
               <clientData>
                  <userAgent>Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.4) Gecko/20030624</userAgent>
               </clientData>
               <markupCharacterSets>UTF-8</markupCharacterSets>
               <validNewModes>wsrp:view</validNewModes>
               <validNewWindowStates>wsrp:normal</validNewWindowStates>
               <validNewWindowStates>wsrp:maximized</validNewWindowStates>
               <validNewWindowStates>wsrp:minimized</validNewWindowStates>
            </markupParams>
            <interactionParams>
               <portletStateChange>readWrite</portletStateChange>
               <interactionState>redirect</interactionState>
            </interactionParams>
         </performBlockingInteraction>
      </soapenv:Body>
   </soapenv:Envelope>

HTTP/1.1 200 OK
Date: Fri, 05 Sep 2003 14:34:31 GMT
Server: WebLogic Server 8.1 SP1 Fri Jun 20 23:06:40 PDT 2003 271009 with
Via: HTTP/1.1 ips-ehni-c.ehningen.de.ibm.com (IBM-PROXY-WTE), 1.1 JACOBTP
Content-Length: 1095
Content-Type: text/xml; charset=UTF-8
X-Cache: MISS from JACOBTP
Connection: close

<?xml version="1.0" encoding="UTF-8"?>
   <soapenv:Envelope xmlns:soapenv
="http://schemas.xmlsoap.org/soap/envelope/";>
      <soapenv:Body>
         <urn:performBlockingInteractionResponse xmlns:urn
="urn:oasis:names:tc:wsrp:v1:types">
            <urn:updateResponse>
               <urn:sessionContext>

<urn:sessionID>1Yd9vyc3aAKdDHSCmGSVGUOfrVmDTu1qMlLFe2qg387eO7IshMUR!1079735209</urn:sessionID>
                  <urn:expires>3600</urn:expires>
               </urn:sessionContext>
               <urn:portletContext>
                  <urn:portletHandle>redirectPortlet</urn:portletHandle>
               </urn:portletContext>

<urn:navigationalState>rO0ABXNyADtjb20uYmVhLndzcnAucHJvZHVjZXIuYWRhcHRlci5wYWdlZmxvdy5QYWdlZmxvd1BvcnRsZXRTdGF0ZeUS0OEZbpvAAgABTAARY3VycmVudENvbnRlbnRVcml0ABJMamF2YS9sYW5nL1N0cmluZzt4cgAsY29tLmJlYS53c3JwLnByb2R1Y2VyLmNvbnRhaW5lci5Qb3J0bGV0U3RhdGUs/PuENcEHpAIABFoACmlzUmVkaXJlY3RMAAtwb3J0bGV0TW9kZXEAfgABTAALcmVkaXJlY3RVcmxxAH4AAUwAC3dpbmRvd1N0YXRlcQB+AAF4cAF0AAl3c3JwOnZpZXd0ABJodHRwOi8vd3d3LmJlYS5jb210AAt3c3JwOm5vcm1hbHEAfgAF</urn:navigationalState>
            </urn:updateResponse>
            <urn:redirectURL>http://www.bea.com</urn:redirectURL>
         </urn:performBlockingInteractionResponse>
      </soapenv:Body>
   </soapenv:Envelope>

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



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