The getServiceDescription response is missing the supportedOptions elements when using EPP 5.2.1 as WSRP v2 producer
Issue
Using EPP 5.2.1 as WSRP v2 producer, we need to call the following actions from our Weblogic Portal consumer:
- getServiceDescription
- exportPortlets
- importePortlets
We are facing an issue with the getServiceDescription() one.
WLP is excpecting to come in response the below "supportedOptions" in order to proceed with export/import calls, otherwise the scenario is blocked.
In EPP 5.2.1 while making this call we don't receive those fields. The response is the below one:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<getServiceDescriptionResponse xmlns="urn:oasis:names:tc:wsrp:v2:types">
<requiresRegistration>false</requiresRegistration>
<offeredPortlets>
<!-- SNIP -->
</offeredPortlets>
<requiresInitCookie>perUser</requiresInitCookie>
<locales>en-US</locales>
<locales>en</locales>
<!-- supportedOptions elements are missing here -->
</getServiceDescriptionResponse>
</env:Body>
</env:Envelope>
The response from the EPP 5.2.1 producer needs to include the "supportedOptions" elements, otherwhise the export and import calls from WLP propagation are blocked.
Environment
- JBoss Enterprise Portal Platform
-
- 5.2.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
