[jboss-user] [JBoss Web Services] - Re: AS 7.1CR1b jboss-webservices.xml

Richard Opalka do-not-reply at jboss.com
Mon Jan 23 05:04:29 EST 2012


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120123/bcc1b624/attachment.html 


More information about the jboss-user mailing list