Avoiding xsi:type attribute from Webservice request parameters
We are using basicHTTPBinding to call WCF services. The service method parameters are objects which in terms refer to other objects. When a webservice request parameters refer to an object, re...