1 Reply Latest reply on Sep 15, 2011 8:39 PM by spyhunter99

    Disable metadata?

    spyhunter99

      Is there a way to disable metadata publishing with jbossws 3.1.1 native and still have the service function?

       

      I'm implementing a service from a wsdl that I cannot change and only on deployment does jbossws complain about not finding the portType in the wsdl. Wsconsume works just fine though. I'm thinking that it would just be easier to disable metadata all together

        • 1. Re: Disable metadata?
          spyhunter99

          long story short, i ended up flattening the wsdl and xsds. These xsds in particular use a number of imports, includes and redefines. The new XML spy has a flatten function for xsds which made this a lot easier. Problem solved