REGRESSION - createObject webservice WSDL error on generating token

Description

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();

Environment

These are the versions I've tested on - not listed above
5.3.1.95 to 5.3.2.74-RC

Attachments

1

Activity

Show:

Pothys - MitrahSoft 29 April 2020 at 05:10

As per reporter said, I close the ticket.

Pat Moody 28 April 2020 at 19:37

Yes, this can be closed. Thank you.

Pothys - MitrahSoft 28 April 2020 at 11:47
Edited

, YES, it works fine from 5.3.7.6-SNAPSHOT onwards and added a fixed versions too. So, Shall I close the ticket?

Pat Moody 27 April 2020 at 22:03

I’ve tested this against 5.3.7.6-SNAPSHOT and the fix for appears to have fixed this too.

Great news - thanks.

Patrick Quinn 30 March 2020 at 18:44

Ok, , we discussed, and we’re going to pull it into the next sprint. Our thinking is that it’s already fixed, or mostly so, by the related WebService fix (noted above). Or, if not, then we’re most of the way to the fix for this ticket, in which case it will be a pretty quick remaining effort. Stay tuned.

Fixed

Details

Assignee

Reporter

Priority

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

Affects versions

Created 13 May 2019 at 03:39
Updated 29 April 2020 at 05:10
Resolved 29 April 2020 at 05:10