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=16196>. 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=16196 WSIF AXIS provider performance unacceptable Summary: WSIF AXIS provider performance unacceptable Product: Axis-WSIF Version: current (nightly) Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The performance of the wsif axis provider is so slow compared to the soap provider as to be unusable. The problem is that the WSIFPort is not correctly reusing operations due to the docstyle changes to the operation prepare and copy methods. The way the code currently is for each request a new operation is created and the WSDL parsed and validated which takes a long time.