<?xml version="1.0" encoding="UTF-8"?>

<configuration>
    <nonceLife>180</nonceLife>
    <defaultRealm>default@localhost</defaultRealm>
    <soapServices>
       <service>
          <name>interopLabDA</name>
          <realm>guests@localhost</realm>
       </service>
       <service>
          <name>WMSOAPSvrMgr</name>
          <realm>wmss@localhost</realm>
       </service>
    </soapServices>

    <authRealms>
       <realm>
          <name>guests@localhost</name>
          <users>
             <user>
                <userId>guest</userId>
                <password>zia</password>
             </user>
          </users>
       </realm>
       <realm>
          <name>wmss@localhost</name>
          <users>
             <user>
                <userId>admin</userId>
                <password>foo</password>
             </user>
          </users>
       </realm>
    </authRealms>

</configuration>