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/04/16 23:08:39 UTC

DO NOT REPLY [Bug 19095] New: - ?WSDL Query on AdminService does not work

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

?WSDL Query on AdminService does not work

           Summary: ?WSDL Query on AdminService does not work
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: vishy@borland.com
                CC: vishy@borland.com


Deploy axis webapp to an appserver. Try to hit 
http://localhost:8080/axis/services/AdminService?wsdl

You will get an error. If you dig deeper, you will see this:

Fault - Attempted to write schema for bad QName (no namespace) : 
AdminServiceReturn
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.generalException
 faultSubcode: 
 faultString: Attempted to write schema for bad QName (no namespace) : 
AdminServiceReturn
 faultActor: 
 faultNode: 
 faultDetail:

This may be a regression caused by another fix (for bug 18848?) recently done.