DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31542>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31542 Extending soap invoke tag to allow literal-style inline paramters Summary: Extending soap invoke tag to allow literal-style inline paramters Product: Commons Version: 1.0 Beta 2 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Jelly AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The supplied patch allows one to specify paramters for the soap call literally like this: [...] <ju:loadText file="itemsearch_params.xml" var="params"/> <soap:invoke endpoint="${endpoint}" namespace="${namespace}" method="${method}">${params}</soap:invoke> The original code would try to convert the XML fragment into a paramter array. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
