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 ?
my URL was not correct
http://heliasystem:8080/soa/soaEJB/Hello
and the correct URL is
http://heliasystem:8080/soa/soaEJB/Hello?wsdl
that why i have a SAXParser Exception, it's because i don't call the wsdl file