Creating user credentials using mCreateImisUser.cfm

I have a customer with a custom ColdFusion process that creates an user online. Since they have upgraded to iMIS 15 we need to implement the new user credentials process into their custom process.

I am adding the call to the cCreateImisUser.cfm file which makes the call to the web service (as it is in eSeries): 

<cfmodule template="mCreateImisUser.cfm"
      staffUser="false"
      webUser="true"
      contactID="#ID#"
      username="#ID#"
      password="#password#"
      email=""
      passwordQuestion=""
      passwordAnswer=""
      isApproved="true">

I have confirmed the values above are correct and none require any kind of encryption/decryption on the way to the webservice call.

But when I get this page, it just hangs. I was having some problems with the imisusername/imispassword but for testing purposes I hardcoded those in.

Anyone have any ideas or easier ways to do this? Or at least any way to test to see that the webservice is communicating with the site?

Thanks,

Terry

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

CF access to MWS?

Does the server running ColdFusion have http/https access to the iMIS app server?  (If they are the same server, the answer is yes.)

--
Bruce Wilson
Director, Technical Services
RSM McGladrey, Inc.