Rest Params not working properly
--------------------------------

                 Key: AXIS2C-1175
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1175
             Project: Axis2-C
          Issue Type: Bug
    Affects Versions: Current (Nightly)
         Environment: Any
            Reporter: Nandika Jayawardana
            Assignee: Nandika Jayawardana


In the services.xml  , "restLocation" attribute's parameters specified in "{}" 
should be serialized to the xml payload coming to the service. The logic to 
handle this is there in rest_disp.c. The rest dispatcher is invoked from 
axis2_http_transport_utils_dispatch_and_verify function in http_transport 
utils.c . However, when this function is invoked, the soap envelope is not set 
to the msg_ctx and as a result, within the rest_disp.c, a new soap envelope is 
created and the parameter elements are attached. However when the correct soap 
envelope is set to message context, this soap elevelope get discarded.  


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to