1 Reply Latest reply on Jun 6, 2005 11:44 AM by gmorette

    SAXParser Exception when call a Web Service

    gmorette

      Hello,

      I have sucessfully develop a Web Service as it's describe in the manual of JBOSS 4.0.2. It's an EJB End Point

      The Web Service is correctly deploy, and i can see it at http://localhost:8080/ws4ee/services

      But when i call it with DII invocation i have a SAXParser Exception.
      I try to call the Web Service from a standalone application and from a JSP on the same server. The result is the same :

      org.xml.sax.SAXParseException: Element type "meta" must be followed by either attribute specifications, ">" or "/>".

      Someone has an idea ?