Support for QName in try-it
---------------------------

                 Key: MASHUP-553
                 URL: http://wso2.org/jira/browse/MASHUP-553
             Project: WSO2 Mashup Server
          Issue Type: Improvement
            Reporter: Keith Godwin Chapman
         Assigned To: Jonathan Marsh
            Priority: Critical


test.inputTypes="none";
test.outputType="xs:QName";
function test(){
return new QName("http://mashups.wso2.org";, "node");
}

If the above mashup is deployed and tried using try-it the respose shown is 
s5:node

The actual soap response is as follows
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>
      <soapenv:Body>
         <ws:testResponse xmlns:ws="http://services.mashup.wso2.org/test?xsd";>
            <return xmlns:s5="http://mashups.wso2.org";>s5:node</return>
         </ws:testResponse>
      </soapenv:Body>
   </soapenv:Envelope>

It would be better if the try-it shows http://mashups.wso2.org:node instead of 
s5:node.



-- 
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

Reply via email to