Richard Opalka [https://community.jboss.org/people/ropalka] created the 
discussion

"Re: AS 7.1CR1b jboss-webservices.xml"

To view the discussion, visit: https://community.jboss.org/message/648135#648135

--------------------------------------------------------------
> 
> I changed the namespace suffix:
> <?xml version="1.0" encoding="UTF-8"?>
> <jboss:webservices>
> <context-root>/TestProjectEE</context-root>
> </jboss:webservices>
You need to define namespace. See below:

<webservices
  xmlns=" http://www.jboss.com/xml/ns/javaee http://www.jboss.com/xml/ns/javaee";
  xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance 
http://www.w3.org/2001/XMLSchema-instance";
  version="1.0"
  xsi:schemaLocation=" http://www.jboss.com/xml/ns/javaee 
http://www.jboss.com/xml/ns/javaee  
http://www.jboss.org/j2ee/schema/jboss_webservices_1_0.xsd 
http://www.jboss.org/j2ee/schema/jboss_webservices_1_0.xsd";>
   <context-root>/TestProjectEE</context-root>
 </webservices>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/648135#648135]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to