Martin Weiler <mweiler@redhat.com> made a comment on bug 835369

Description of problem:
Using EPP as producer, the getServiceDescription request is not returning the supportedOptions element in the response.

Version-Release number of selected component (if applicable):
WSRP 2.1.0.GA

How reproducible:
Always

Steps to Reproduce:
1. Using SoapUI, send a getServiceDescription request to EPP.

Actual results:
Response missing the supportedOptions element:
<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>
</getServiceDescriptionResponse>
</env:Body>
</env:Envelope>

Expected results:
<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>wsrp:import</supportedOptions>
<supportedOptions>wsrp:export</supportedOptions>
</getServiceDescriptionResponse>
</env:Body>
</env:Envelope>

Additional info:
This is already fixed in WSRP 2.2.0:
https://issues.jboss.org/browse/GTNWSRP-262

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira