[jboss-user] [JBossWS] - Re: UsernameToken and Basic Auth

ejb3workshop do-not-reply at jboss.com
Thu Oct 25 04:44:42 EDT 2007


Thanks this worked. Added the xml file below to my EJB3 jar file resolved my problem.


  | <?xml version="1.0" encoding="UTF-8"?>
  | <jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" 
  |                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |                    xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
  |   <config>
  |     <username/>
  |   </config>	
  | </jboss-ws-security>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098710#4098710

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098710



More information about the jboss-user mailing list