Hello Guys,
I have a plugin which calls a third party service.
Third party service method takes the string as parameter and give response in XElement.
but from within the crm it's throwing an error.
The IXmlSerializable type 'System.Xml.Linq.XElement' cannot be deserialized
why this issue is coming can anyone help me in resolving this.