Is this a known bug? Or my syntax error? createObject webservice AxisFault

<cfscript>
	oDomainAdmin = createObject("webservice","http://mail.welikeit.net/Services/svcDomainAdmin.asmx?wsdl");
	GetWeLikeItDomain_Result=oDomainAdmin.GetDomainInfo(AuthUserName="Administrator", AuthPassword="noPassword", domainName="welikeit.net");
	writeoutput(GetWeLikeItDomain_Result.getMessage());
</cfscript>

This should output > Failed to log in.

I wonder if it is just a syntax error but I don’t know what it would be. I looked for already registered bugs and could not find anything similar but was reluctant to post this as a new bug till somebody else had double checked my code … and since I have never done so before.

Instead I get:

In my search for known bugs I looked HERE:
https://luceeserver.atlassian.net/browse…

None of those appeared to match this issue I am having.

This could be the same:
LDEV-185

Or Perhaps better yet:
LDEV-1251