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 2003/01/17 10:09:21 UTC

DO NOT REPLY [Bug 16196] New: - WSIF AXIS provider performance unacceptable

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: axis-dev@xml.apache.org
        ReportedBy: antelder@apache.org


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.