loydwilson
IS-IT--Management
- Mar 30, 2001
- 8
Does anyone know of an issue with passing more than 3 parameters to a non-CF webservice? I need to pass 4 parameters. When passing only 3 of the 4, I receive an error that looks normal in that one required parameter is missing. Below is that error:
Web service operation ""getUpdates"" with parameters {signature={MC0CFBn8E80xyDrgSI6dJgHbGuzxQyWtAhUApvrWBC3BVAiZnytE2qsy1bUdIXI=},
start={2005-03-01T14:38:03.000-05:00},
vse={3},} could not be found.
When I pass all 4 parameters, I receive the following error:
Could not perform web service invocation ""getUpdates"" because java.lang.IllegalArgumentException: argument type mismatch.
This error is behavior is the same regardless of which parameter is dropped or added. This appears to be a CF issue but I can not find any documentation relating to this problem but also after Googling all night long could not find an example of anyone passing more than 3 parameters to a non-CF webservice.
Has anyone else experienced this issue? I am trying to keep application pure CFMX but cannot waste much more time trying to figure it out. If anyone has a workaround, it would be much appreciated.
Randy
Web service operation ""getUpdates"" with parameters {signature={MC0CFBn8E80xyDrgSI6dJgHbGuzxQyWtAhUApvrWBC3BVAiZnytE2qsy1bUdIXI=},
start={2005-03-01T14:38:03.000-05:00},
vse={3},} could not be found.
When I pass all 4 parameters, I receive the following error:
Could not perform web service invocation ""getUpdates"" because java.lang.IllegalArgumentException: argument type mismatch.
This error is behavior is the same regardless of which parameter is dropped or added. This appears to be a CF issue but I can not find any documentation relating to this problem but also after Googling all night long could not find an example of anyone passing more than 3 parameters to a non-CF webservice.
Has anyone else experienced this issue? I am trying to keep application pure CFMX but cannot waste much more time trying to figure it out. If anyone has a workaround, it would be much appreciated.
Randy