[mashup-dev] [jira] Commented: (MASHUP-25) Deserialize incoming messages into parameters

Jonathan Marsh (JIRA) jira at wso2.org
Wed Jun 6 15:56:15 PDT 2007


    [ http://www.wso2.org/jira/browse/MASHUP-25?page=comments#action_11140 ] 
            
Jonathan Marsh commented on MASHUP-25:
--------------------------------------

And, returns should be wrapped appropriately.  For instance:

x.outputType = "boolean";
function x() {
  return true;
}

Should work and be appropriately wrapped per the RPC style:

<xResponse xmlns="..."><return>true</return></xResponse>

> Deserialize incoming messages into parameters
> ---------------------------------------------
>
>                 Key: MASHUP-25
>                 URL: http://www.wso2.org/jira/browse/MASHUP-25
>             Project: WSO2 Mashup Server
>          Issue Type: Bug
>         Environment: Nightly build 5/9; Vista
>            Reporter: Jonathan Marsh
>         Assigned To: Thilina Gunarathne
>             Fix For: alpha_1
>
>
> Javascript operations currently only accept a single input parameter - the XML payload of the message.
> When there are more than one, the parameters can be extracted (as we wrote the WSDL describing the mapping in the first place!)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.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