You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Zhencai Wang (JIRA)" <ax...@ws.apache.org> on 2007/03/16 19:07:09 UTC

[jira] Updated: (AXIS-2640) HTML tags in the documentation elements of deploy.wsdd are omitted.

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

Zhencai Wang updated AXIS-2640:
-------------------------------

    Description: 
This is an additional issue of AXIS-2375.

As specified in AXIS-2375, I manually added documentation element in deploy.wsdd as below:

  <operation name="getUserByUserId" qname="operNS:getUserByUserId" xmlns:operNS="http://www.w3.org/2001/XMLSchema" returnQName="user" returnType="rtns:user" xmlns:rtns="http://ws.security.mycompany.com/types" soapAction="" >
    <documentation>Get user information by specified user id. <h1>Input:</h1> User Id,    string.
    </documentation>
    <parameter qname="userId" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
  </operation>

But when I call getDocumentation() api of the operation, the result is as below. String "<h1>Input:</h1>" is omitted.

Get user information by specified user id. User Id,    string.


  was:
This is an additional issue of AXIS-2375.

As specified in AXIS-2375, I manually added documentation element in deploy.wsdd as below:

  <operation name="getUserByUserId" qname="operNS:getUserByUserId" xmlns:operNS="http://www.w3.org/2001/XMLSchema" returnQName="user" returnType="rtns:user" xmlns:rtns="http://ws.security.framework.netadmin.kyocera.com/types" soapAction="" >
    <documentation>Get user information by specified user id. <h1>Input:</h1> User Id,    string.
    </documentation>
    <parameter qname="userId" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
  </operation>

But when I call getDocumentation() api of the operation, the result is as below. String "<h1>Input:</h1>" is omitted.

Get user information by specified user id. User Id,    string.



> HTML tags in the documentation elements of deploy.wsdd are omitted. 
> --------------------------------------------------------------------
>
>                 Key: AXIS-2640
>                 URL: https://issues.apache.org/jira/browse/AXIS-2640
>             Project: Axis
>          Issue Type: Bug
>          Components: Deployment / Registries
>    Affects Versions: 1.4
>         Environment: Windows XP, JDK 1.5, Axis 1.4
>            Reporter: Zhencai Wang
>
> This is an additional issue of AXIS-2375.
> As specified in AXIS-2375, I manually added documentation element in deploy.wsdd as below:
>   <operation name="getUserByUserId" qname="operNS:getUserByUserId" xmlns:operNS="http://www.w3.org/2001/XMLSchema" returnQName="user" returnType="rtns:user" xmlns:rtns="http://ws.security.mycompany.com/types" soapAction="" >
>     <documentation>Get user information by specified user id. <h1>Input:</h1> User Id,    string.
>     </documentation>
>     <parameter qname="userId" type="tns:string" xmlns:tns="http://www.w3.org/2001/XMLSchema"/>
>   </operation>
> But when I call getDocumentation() api of the operation, the result is as below. String "<h1>Input:</h1>" is omitted.
> Get user information by specified user id. User Id,    string.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org