Forum Discussion
fredsvar
Alumni
9 years agoWSDLs are for SOAP and they (REST and SOAP) differ quite a lot when it comes down to passing parameters so I think it is because you are not using a SOAP request.
- mix0mat0sis9 years agoNew Contributor
Thank you for response! I believe I finally got past it by finding this forum post:
I had to make the parameter required even though it's value is blank.
Now the next issue I am running into is that one of my parameters is a Base64Binary type and keeping that value as blank triggers an error saying: "Cannot convert to System.Byte. Input string was not in a correct format" error.