[ http://wso2.org/jira/browse/MASHUP-390?page=comments#action_15167 ] Yumani Ranaweera commented on MASHUP-390: -----------------------------------------
Verified. Closed. > An operation with an extra parameter which is not defined under the inputs > was deployed without a problem. > ---------------------------------------------------------------------------------------------------------- > > Key: MASHUP-390 > URL: http://wso2.org/jira/browse/MASHUP-390 > Project: WSO2 Mashup Server > Issue Type: Bug > Components: Core > Affects Versions: 0.2 > Environment: WinXp, JDK1.5 > Reporter: Yumani Ranaweera > Assigned To: Keith Godwin Chapman > Fix For: 0.3 > > > Steps to recreate > ------------------ > 1. Create a .js service using the source below. > complexInput.inputTypes = { > "complexInput1" : "string", > "complexInput2" : "number", > "complexInput3" : "date", > "complexInput4" : "any" > }; > complexInput.outputType = "string"; > function complexInput(complexInput1, complexInput2, complexInput3, > complexInput4, complexInput5) { > return "complexInput1=" + complexInput1 + > " complexInput2=" + complexInput2 + > " complexInput3=" + complexInput3 + > " complexInput4= " + complexInput4 > }; > 2. DEploy the service -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://wso2.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira _______________________________________________ Mashup-dev mailing list [email protected] http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev
