Using the admin->site configuration->Crowd settings->Cache Crowd WSDL menu option reports "Crowd WSDL file successfully cached." when in fact the file was NOT successfully cached. A file named crowdsoapservice.wsdl of zero length is created in the /files directory, but Drupal did not actually successfully contact the Crowd server and get the WSDL file.

Comments

ebeyrent’s picture

Assigned: Unassigned » ebeyrent
ebeyrent’s picture

I added some code to check the filesize of the local wsdl file, and indicate failure if the size is not greater than zero.

rjacobs’s picture

Status: Active » Fixed

Doing some cleanup... it looks like this had a commit, so it's probably safe to change status.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.