6 Replies Latest reply on Apr 19, 2010 5:07 PM by erickjd

    SWA-Ref schema location unavailable

    sebastiendeg

      Hi All,

      I'm having a weird error deploying a EJB Session Bean as WebSerice using SWA-Ref attachment !

      Everyting worked fine until today when apparently "http://ws-i.org/profiles/basic/1.1/xsd" can't be resolved anymore !!

      Here is what my deplyement generates :

      <xs:schema targetNamespace="http://www.mycompany.com/service/mail" version="1.0">
      <xs:import namespace="http://ws-i.org/profiles/basic/1.1/xsd" schemaLocation="http://ws-i.org/profiles/basic/1.1/swaref.xsd"/>


      and then, when a .Net client or even my try to generate a client it says it can't resolve the url.

      JbossWS 3.0.2.GA for instance says :

      [ERROR] The markup in the document following the root element must be well-formed.
      line 17 of http://ws-i.org/profiles/basic/1.1/swaref.xsd

      [ERROR] The markup in the document following the root element must be well-formed.


      Any idea ??