 
            | Responder Mobile > Configure Responder Mobile Service | 
Next, you will need to configure the Responder Mobile Service configuration file. This is the service that transfers data between the Enterprise and the field machines.
| 
                                Copy Code
                             | |
|---|---|
| <channels> <channel ref="msmq" isServer="false" ComputerName="." /> </channels> | |
| 
                                Copy Code
                             | |
|---|---|
| <property name="connection.connection_string"> Data Source=YourMachineName\SQLEXPRESS;Initial Catalog=ResponderDatabase;Integrated Security=True;Pooling=False </property> | |
| 
                                Copy Code
                             | |
|---|---|
| <property name="default_schema">ResponderDatabase.dbo</property> | |