users@glassfish.java.net

Re: Add basic authentification to webservice (EJB)

From: <glassfish_at_javadesktop.org>
Date: Tue, 20 Mar 2007 02:48:56 PST

<sun-ejb-jar>
        <enterprise-beans>
                <ejb>
                        <ejb-name>Dycide</ejb-name>
                        <webservice-endpoint>
                                <port-component-name>Dycide</port-component-name>
                                <login-config>
                                        <auth-method>BASIC</auth-method>
                                        <realm>default</realm>
                                </login-config>
                        </webservice-endpoint>
                </ejb>
        </enterprise-beans>
</sun-ejb-jar>


seems to be the first step
[Message sent by forum member 'iceandfire' (iceandfire)]

http://forums.java.net/jive/thread.jspa?messageID=208885