[ 
https://issues.apache.org/jira/browse/AXIS2-1950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eran Chinthaka updated AXIS2-1950:
----------------------------------

    Assignee: Deepal Jayasinghe  (was: Eran Chinthaka)

> "Edit Service Parameters" broken for operation parameters
> ---------------------------------------------------------
>
>                 Key: AXIS2-1950
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1950
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: admin console
>    Affects Versions: 1.1
>         Environment: Axis2 1.1
>            Reporter: Thilo Frotscher
>            Assignee: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.3
>
>
> I specified the following parameter in service.xml:
>     <operation name="CheckAvailability" 
> mep="http://www.w3.org/2004/08/wsdl/in-out";>
>       
> <actionMapping>http://example.com/booking/service/CheckAvailability</actionMapping>
>       <parameter name="InflowSecurity">
>         <action>
>             <items>Timestamp</items>
>             <timestampStrict>true</timestampStrict>
>         </action>
>       </parameter>
>    </operation>
> If I try to edit this parameter using the "Edit Service Parameters" page of 
> the admin console, the HTML is broken. This is the HTML code that is 
> generated for the input field:
>                      <tr>
>                      <td>InflowSecurity</td>
>                      <td><input type="text" value="<parameter 
> name="InflowSecurity">
>         <action>
>             <items>Timestamp</items>
>             <timestampStrict>true</timestampStrict>
>         </action>
>       </parameter>"
>                            name="CheckAvailability_InflowSecurity" size="50">
>                            </td>
>                      </tr>
> Obviously the opening and closing tags of the element <parameter> should be 
> removed. All that belongs into the value attribute is <action>....</action>.
> Also, quotation marks must be escaped if the Rampart configuration contains 
> any XML attributes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to