Hi All,

We are going to implement a new feature which we can use instead of
Boxcarring. The idea is to send multiple operation requests in a single
request. So the final request will be as follows.

<soapenv:Body>
      <dat:request_box>
         <dat:insert_first_operation>
            <dat:col1>val21</dat:col1>
            <dat:col2>val22</dat:col2>
         </dat:insert_first_operation>
         <dat:insert_second_operation>
            <dat:col1>bal21</dat:col1>
            <dat:col2>bal22</dat:col2>
         </dat:insert_second_operation>
      </dat:request_box>
   </soapenv:Body>

Then we will execute these operations in the order it is in the request and
finally returns the response of last request. For this we are going to have
a separate operation called "request_box". Since we can use this feature
instead of Boxcarring, we are going to deprecate Boxcarring after
introducing this feature. We are going to add a parameter to the data
service to identify whether we support this multiple request operation or
not. Appreciate any feedback about this.

Thanks

-- 
Rajith Vitharana

Software Engineer,
WSO2 Inc. : wso2.com
Mobile : +94715883223
Blog : http://lankavitharana.blogspot.com/
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to