I\'m writing a service Adapter to use web services hosted by an another vendor (Pega). Changing this service is not an option for me. When I\'m calling a method I get the er
This got resolved after removing empty tags from the service end. No solution found from .Net client end.
I solved this issue by changing format of one of request parameters. Date was passed as a text and service was unable to parse provided date format.
Not sure why service expected date as a string though, but this was out of scope that time.