Administrator Manual¶
Installation¶
You can install the extension either using the TYPO3 extension manager or using composer.
TYPO3 extension manager¶
- Login to the TYPO3 backend
- Navigate to ADMIN TOOLS > Extensions
- Click on “Get Extensions” at the top of the frame
- Update your extension list if it´s older than 24 hours
- Search for service_bw2 and click on the install button
Composer¶
- Add service_bw2 to your composer.json e.g. using
composer install jweiland/service-bw2
- Activate the extension inside the TYPO3 extension manager
Configuration¶
You need to edit the extension configuration after the installation. Open the extension manager, search for service_bw2 and click on the settings-icon.

You have to fill in at least the following settings:
- Username
- The username provided by Service BW for API usage. (Mostly starts with ws_)
- Password
- The password provided by Service BW for API usage.
- Mandant
- The mandant number of the city.
- Allowed languages
- This is important if your website is multi language. Format: [2 letters language ISO code]=[sys_language_uid]. Assign multiple languages with “;”. Example: de=2;en=5. First value will be used as default language.
If not already done then you need to configure maps2, because service_bw2 has a maps2 integration for departments. Take a look into the maps2 documentation for that.