When there are two lines of .documentation at service level, only the second
line is appearing in ?tryit and ?wsdl
-------------------------------------------------------------------------------------------------------------------
Key: MASHUP-1228
URL: https://wso2.org/jira/browse/MASHUP-1228
Project: WSO2 Mashup Server
Issue Type: Bug
Components: Core
Affects Versions: Nightly
Environment: WinXP, JDK16, FF3
Reporter: Yumani Ranaweera
Assignee: Keith Godwin Chapman
Fix For: 2.0
Steps:
----------
1. Deploy this service.
this.documentation = "this is to test datatypes in xs schemas";
this.documentation = "this is to test datatypes in xs
schemas_____________________";
echoXSdecimal.documentation = "e.g. 1233.99, +999.5450, -99.5450, 0, 14";
echoXSdecimal.inputTypes="xs:decimal";
echoXSdecimal.outputType="xs:decimal";
function echoXSdecimal(param) {
return param;
}
2. Check the ?tryit, ?wsdl
Issue:
---------
Only the last line in documentation appears.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev