Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.4
-
None
-
None
-
Windows XP, JDK 1.5, Axis 1.4
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.