Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Pat MoodyPat MoodyPriority
MajorLabels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pat Moody
Pat MoodyPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Created 13 May 2019 at 03:39
Updated 29 April 2020 at 05:10
Resolved 29 April 2020 at 05:10
Since upgrading from Lucee 5.2.1.9 to 5.3.2.74-RC (I can confirm the problem also exists in 5.3.1.95 and 5.3.1.102)
Possibly related to the fix?
Getting the following error using the code included lines 12 to 16. This worked fine in 5.2.1.9
Error Occurred While Processing Request
ulwd91oovrym.TokenRequestAdv.setUserid(java.lang.String)
The error occurred in /var/www/test.cfm: line 14
12: oWS = CreateObject("webservice", "https://www.idmobile.com.au/TokenInterface/TokenInterface.asmx?WSDL");
13: writeDump(oWS);
14: sToken = oWS.RetrieveTokenAdv({siteCode="123", userID="000000", username="user", password="pwd", firstName="Fred", lastName="Flintstone", userEmail="fred@flintstones.com"});
15: writeDump(sToken);
16: sURL = sToken.getResponseContentURL();