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 2004/02/03 19:04:46 UTC

DO NOT REPLY [Bug 26641] New: - Axis accepts client requests for operations that are qualified with the incorrect namespace

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=26641>.
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=26641

Axis accepts client requests for operations that are qualified with the incorrect namespace

           Summary: Axis accepts client requests for operations that are
                    qualified with the incorrect namespace
           Product: Axis
           Version: 1.2 Alpha
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: jdibble@amberpoint.com


The axis engine ignores the qualifying namespace of an operation when it 
processes the operation.  For example, the client code of 
samples/userguide/example3 sets the operation name to "serviceMethod" 
qualified by the namespace "MyService".  However, according to the WSDL file, 
the correct namespace for qualifying the operation 
is "http://example3.userguide.samples".  To correctly follow the WSDL 
specification, axis should reject the request since it is not qualified by the 
appropriate namespace.