We have several tasks we set up to hit some WCF services we have hosted through IIS, so using httpbinding. For several months now, we've been dealing with an issue where we can only interact with these services if we enumerate the methods as "Web Service" as opposed to "WCF".
For most tasks that isn't an issue. Now, I have a service method that works correctly when I call it from wcftestclient or WCFStorm, but when I try to call the service from Visualcron, it fails with "Exception in Task: Object reference not set to an instance of an object."
I'm trying to eliminate some kind of configuration error and would like VisualCron to enumerate using WCF as opposed to classic Web Service, but I suspect something not quite right in our configuration that is causing Visualcron not to enumerate the types and methods.
Has anyone run into similar issues or have some tips?
Edited by moderator
2014-03-11T11:51:35Z
|
Reason: Not specified