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=22548>. 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=22548 Axis invokes any Web Services with a wrong endpint URI [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2003-08-21 07:38 ------- At frist, Axis tries to get a service instance with an end-point Qname via a method WSDDDeployment.getService(). Even if the method can't instantiate a service, it does not throw any exceptions and it just returns NULL. Then, if the value is NULL, Axis has implemented to get a service via the WSDDeployment.getServiceByNamespaceURI(). It will return a right service instalce, if the NS is a correct value as a finding key of the target namespace. That is, if a service client invokes a service with a wrong end-point-URI and a right target-NS and method-name, the service is excecuted. -- Toshi <[EMAIL PROTECTED]>
