I am trying to make a simple Web Service task, but seems like I am having trouble sending null values. Please see the images below, that is how I have setup the LookupRequest and how the query should look like.
With that request I get the following error from the Web Service:
One and only one of the fields DomainName and DomainNumber must be setSo seems like VisualCron is sending the DomainName field even though I have set it to null?
Is there also any way to debug this? For example see the actual payload sent to the Web Service?