2 Replies Latest reply on May 29, 2013 1:35 PM by eduardo.mello.cantu

    How to turn swaref XSD offline JBoss WS Native 3.0.4.GA

    eduardo.mello.cantu

      I'm running a Webservice on JBoss Ws Native 3.0.4.GA (under JBoss AS 4.2.3.GA) that uses swaref to work along with soap attachments.

       

      Today my wsdl imports (as shown below) the schema from a remote location, but now there's a need to stop doing it.

       

      <xs:import namespace="http://ws-i.org/profiles/basic/1.1/xsd" schemaLocation="http://ws-i.org/profiles/basic/1.1/swaref.xsd"/>
      
      

       

      The first thing that came to my mind was to import the xsd into the project and then point to it. What do you guys think about it? There's another way to do it?