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 2002/10/04 22:25:45 UTC

DO NOT REPLY [Bug 13312] New: - GET on .jws returns a misleading message

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

GET on .jws returns a misleading message

           Summary: GET on .jws returns a misleading message
           Product: Axis
           Version: 1.0-rc2
          Platform: All
               URL: http://whatever/axis/Foo.jws
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Deployment / Registries
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: mspreitz@us.ibm.com


If you invoke an HTTP GET on a .jws, you get back a page saying something like 
this:

``AXIS error

No service is available at this URL''

That is misleading.  The problem is that GET was used rather than POST, not
that there is nothing there.  The returned page should say something to that
effect.

Documentation matters, if we want this stuff to be understood and used.