[mashup-dev] [jira] Commented: (MASHUP-390) An operation with an
extra parameter
which is not defined under the inputs was deployed without a problem.
Yumani Ranaweera (JIRA)
jira at wso2.org
Fri Jan 25 02:54:03 PST 2008
[ 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
More information about the Mashup-dev
mailing list