172 Views
A problem I’ve encountered at a customer I work for was very strange behavior regarding the WSDL being generated by it’s service. The WSDL didn’t contain any class property, moreover it did contain private members of a class being exposed by the service.
Later, I realized that I need to use XmlSerialer for SOAP calls. By using the XmlSerializer, I could use public properties also.
Thanks for the submission.