You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <de...@tuscany.apache.org> on 2010/07/08 07:14:49 UTC

[jira] Created: (TUSCANY-3617) Invoking a service using RPC over GET result in "Unable to parse json paylod" exception

Invoking a service using RPC over GET result in "Unable to parse json paylod" exception
---------------------------------------------------------------------------------------

                 Key: TUSCANY-3617
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3617
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Misc Binding Extensions
    Affects Versions: Java-SCA-2.0-M5
            Reporter: Luciano Resende
            Assignee: Luciano Resende
             Fix For: Java-SCA-2.0-M5


After integrating wink runtime with REST binding we started to have issues with RPC over GET. It seems that we need to enhance wireFormat support to allow specifying requirements only for response and then apply these enhancements to all existent REST wireFormat

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TUSCANY-3617) Invoking a service using RPC over GET result in "Unable to parse json paylod" exception

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-3617.
--------------------------------------

    Resolution: Fixed

Added more flexible support for configuring wireFormat:
   <wireFormat.xxx/> - used for request / response
   <response><wireFormat.xxx/></response> - used for response only and should be used for RPC

> Invoking a service using RPC over GET result in "Unable to parse json paylod" exception
> ---------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3617
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3617
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Misc Binding Extensions
>    Affects Versions: Java-SCA-2.0-M5
>            Reporter: Luciano Resende
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-2.0-M5
>
>
> After integrating wink runtime with REST binding we started to have issues with RPC over GET. It seems that we need to enhance wireFormat support to allow specifying requirements only for response and then apply these enhancements to all existent REST wireFormat

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.