Call SOAP WEBSERVICE fails but works in CF9

Hi folks,

I have a problem to call a SOAP webservice from LUCEE with the the same
notation like CF9:

        oArchivWS = createObject('webservice', 

application.IXOS_Archiv_WSDL_URL,
{username=‘#application.IXOS_Archiv_WSDL_ConnUser#’,
password=‘#application.IXOS_Archiv_WSDL_ConnPass#’} );

The attachment shows the DUMP results of CF9 and LUCEE 4.5.2 and the WSDL.

Does anyone know a workaround to access remote soap webservices like in
CF9?!

Thanks in advanced for any help…
Mike