Hi,
in your B1WS folder search for a file called LoginService.wsdl. They didn't update it to new requirements. Find the following lines :
<s:enumeration value="dst_MSSQL" />
<s:enumeration value="dst_DB_2" />
<s:enumeration value="dst_SYBASE" />
<s:enumeration value="dst_MSSQL2005" />
<s:enumeration value="dst_MAXDB" />
and add :
<s:enumeration value="dst_MSSQL2008" />
<s:enumeration value="dst_MSSQL2012" />
to be able to connect to SQL 2008 and SQL 2012
regards,
Maik