[Mashup-dev] [jira] Closed: (MASHUP-339) Tryit Fails when outputType is "#raw"
Jonathan Marsh (JIRA)
jira at wso2.org
Wed Aug 6 16:12:52 PDT 2008
[ https://wso2.org/jira/browse/MASHUP-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jonathan Marsh closed MASHUP-339.
---------------------------------
> Tryit Fails when outputType is "#raw"
> -------------------------------------
>
> Key: MASHUP-339
> URL: https://wso2.org/jira/browse/MASHUP-339
> Project: WSO2 Mashup Server
> Issue Type: Bug
> Reporter: Keith Godwin Chapman
> Assignee: Jonathan Marsh
> Priority: Critical
> Fix For: 0.2
>
>
> getManyText.inputTypes="#raw";
> getManyText.outputType = "#raw";
> function getManyText(test, test1){
> return test;
> }
> The above sample does not work in tryit. Using tcp monitor I abserve the following request response though for the input <x/>
> Request:
> <s:Body>
> <x/>
> </s:Body>
> Response:
> <soapenv:Body>
> <x />
> </soapenv:Body>
--
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
More information about the Mashup-dev
mailing list