1 Reply Latest reply on Nov 7, 2004 8:55 AM by thomas.diesler

    faultString: Attempted to write schema for bad QName (no nam

    cartola

      We have deployed a document style webservice in jboss.net, but when we try to access the WSDL url, we get the following error:

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


      We have a public method that throws an exception. We have read that axis does not support this in document style.
      Is there a way to solve this problem?
      Thanks

      Pedro


        • 1. Re: faultString: Attempted to write schema for bad QName (no
          thomas.diesler

          The Axis based JBoss.NET implementation has entered maintenance and will not be developed further. Instead we encourage users to switch to J2EE compatible web services (WS4EE) with JBossWS. Among other advantages, JBossWS is BasicProfile-1.0 compliant which should give you better interoperability results for you document style web services.

          Have a look at the JBossWS wiki for details. You might find that this is a better invest to build up WS know how.

          JBossWS does not apply if you are constraint to jboss-3.2x