You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/05/09 17:36:45 UTC

DO NOT REPLY [Bug 8782] - RPCProvider error trying to execute non-root body elements

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8782>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8782

RPCProvider error trying to execute non-root body elements

gdaniels@macromedia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From gdaniels@macromedia.com  2002-05-09 15:36 -------
This is a result of the "boxcarring" code which has been sitting in Axis for 
some time now.

I would like to just remove this code entirely, so RPCProvider will only try to 
execute the first root element it finds.  Boxcarring (multiple RPCs in a single 
message) is a fine idea, but I think it is out of scope for us at the time, and 
it requires a lot more thought to do right (handling errors, marshalling 
responses, dealing with transactional boundaries, etc.).