[
https://wso2.org/jira/browse/MASHUP-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yumani Ranaweera closed MASHUP-927.
-----------------------------------
Tested and verified in 1.5.2-QA build.
Closing the defect.
> Service doesn't restun correct results when accessed from dashboard's gadget
> window.
> ------------------------------------------------------------------------------------
>
> Key: MASHUP-927
> URL: https://wso2.org/jira/browse/MASHUP-927
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Affects Versions: Nightly
> Environment: WinXP, JDK1.5, FF3
> Reporter: Yumani Ranaweera
> Assignee: Jonathan Marsh
> Fix For: 1.1
>
>
> Steps:
> --------
> 1. Create a new Mashup using the code below;
> testString.inputTypes = "string";
> testString.outputType = "string";
> testString.safe = true;
> function testString(param) {
> return param;
> }
> testNumber.inputTypes = "number";
> testNumber.outputType = "number";
> testNumber.safe = true;
> function testNumber(param) {
> return param;
> }
> 2. Generate the gadget UI code
> 3. Add this service as gadget window in the MS dashboard
> 4. Access the operations providing valid input.
> Issue:
> --------
> When u access the operations with valid input, it returns an error "Fault:
> undefined".
> But the actual tryit of the service is working without any problem for the
> same input.
--
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