so i get the same problem when trying to access my web service from a remote 
client using the zsi python package.

i looked into the server's conf/login-config.xml and found a policy for 
jbossws. it says

    <application-policy name="JBossWS">
      
        <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
          flag="required">
          <module-option 
name="unauthenticatedIdentity">anonymous</module-option>
        </login-module>
      
    </application-policy>


deploy/jboss-ws4ee.sar/META-INF/axis-server.config.xml says:

  
    <!-- handlers invoked immediately after an incoming http request -->
    
      <!-- if soapaction is empty (""), we try the legacy URLMapper -->
      
      <!-- http basic authentication is mapped to the axis message context -->
      
    
  


so where do i have to configure access privileges to my service?

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to