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: oracle producer delivering markup with no mimeType set


Hi,

our parameter police :-) found that when calling getMarkup() on the
portlets in minimized mode, markupString is being returned (empty string)
with no mimeType set.
I think that if markup is being returned it should contain a mimeType.

Message trace:
==============
Listen Port: 8082
Target Host: portalstandards.oracle.com
Target Port: 80
==== Request ====
POST /wsrp/jaxrpc/WSRPBaseService 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:8082
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: "urn:oasis:names:tc:wsrp:v1:getMarkup"
Content-Length: 1615
Cookie:
JSESSIONID=1c45cdf81e7e4e34a41cc4bcc6cece82.rQjwaxqK-AXMmkbGngTxpQOUaN0KahD3lN4Oc2SSbMSLax8IahyL-x8Kn6bycgTAbhmRakbvbh4L-wOSa30K8Oz1iN8Ka2TRnk8MbN0IrlaIpR9vmQLz-AbJpgaMbx8LchyxhOaOgzXepR9OmkKxhOaOgzXepR9OmkKxn6jAmljGr5XDqQLvpAe_

<?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>
    <getMarkup xmlns="urn:oasis:names:tc:wsrp:v1:types">
      <registrationContext>
        <registrationHandle>C:148.87.122.191:3c9557:f66626afe5:
-7fab</registrationHandle>
      </registrationContext>
      <portletContext>
        <portletHandle>E:0:default</portletHandle>
      </portletContext>
      <runtimeContext>
        <userAuthentication>wsrp:none</userAuthentication>
        <portletInstanceKey>Oracle1_row_col1_p0</portletInstanceKey>
        <namespacePrefix>Pluto_Oracle1_row_col1_p0_</namespacePrefix>
      </runtimeContext>
      <userContext>
        <userContextKey>dummyUserContextKey</userContextKey>
      </userContext>
      <markupParams>
        <secureClientCommunication>false</secureClientCommunication>
        <locales>en</locales>
        <locales>de</locales>
        <mimeTypes>text/html</mimeTypes>
        <mode>wsrp:view</mode>
        <windowState>wsrp:minimized</windowState>
        <clientData>
          <userAgent>IBM WSRP4J ProxyPortlet.0.042</userAgent>
        </clientData>
        <markupCharacterSets>UTF-8</markupCharacterSets>
        <validNewModes>wsrp:view</validNewModes>
        <validNewModes>wsrp:help</validNewModes>
        <validNewModes>wsrp:edit</validNewModes>
        <validNewWindowStates>wsrp:normal</validNewWindowStates>
        <validNewWindowStates>wsrp:maximized</validNewWindowStates>
        <validNewWindowStates>wsrp:minimized</validNewWindowStates>
      </markupParams>
    </getMarkup>
  </soapenv:Body>
</soapenv:Envelope>
==== Response ==== HTTP/1.0 200 OK
Via: HTTP/1.1 ips-ehni-c.ehningen.de.ibm.com (IBM-PROXY-WTE), 1.1 JACOBTP.
Date: Thu, 17 Jul 2003 08:36:28 GMT
Cache-Control: private
SOAPAction: ""
Server: Oracle9iAS/9.0.2 Oracle HTTP Server Oracle9iAS-Web-Cache/Oracl
Content-Length: 713
Content-Type: text/xml; charset="utf-8"
Set-Cookie:
JSESSIONID=1c45cdf81e7e4e34a41cc4bcc6cece82.rQjwaxqK-AXMmkbGngTxpQOUaN0KahD3lN4Oc2SSbMSLax8IahyL-x8Kn6bycgTAbhmRakbvbh4L-wOSa30K8Oz1iN8Ka2TRnk8MbN0IrlaIpR9vmQLz-AbJpgaMbx8LchyxhOaOgzXepR9OmkKxhOaOgzXepR9OmkKxn6jAmljGr5XDqQLvpAe_;

Path=/wsrp

<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi
="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0
="urn:oasis:names:tc:wsrp:v1:types">
  <env:Body>
    <ns0:getMarkupResponse>
      <ns0:markupContext>
        <ns0:useCachedMarkup>false</ns0:useCachedMarkup>
        <ns0:markupString></ns0:markupString>
        <ns0:locale>EN</ns0:locale>
        <ns0:requiresUrlRewriting>false</ns0:requiresUrlRewriting>
        <ns0:cacheControl>
          <ns0:expires>-1</ns0:expires>
          <ns0:userScope>wsrp:perUser</ns0:userScope>
        </ns0:cacheControl>
        <ns0:preferredTitle>Hello World Portlet</ns0:preferredTitle>
      </ns0:markupContext>
    </ns0:getMarkupResponse>
  </env:Body>
</env: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]