Hi Team,
I am unable to find the GridModel.LoadSoap and GridModel.SaveSoap methods in Syncfusion.Grid.Windows nuget, which was available on older versions. This is breaking my code from building. Kindly help to find the alternative for same. I can't use SaveBinary and LoadBinary
Thanks
Vishnu
Any update on above query is really appreaciated..As this is breaking existing codes while moving to new nuget packages of syncfusion.
Hi Balamurugan,
Thanks for your response.
I am using Visualstudio 2019 and my project using .net5.0 framework. Attached sample for your reference, there still LoadSoap and SaveSoap methods are not available. On nuget it is mentioned like it have dotnetcore support.
Kindly open CellGrid_2015_5.0.csproj file in the attachment. Help me to get this solved.
Thanks
Vishnu
Hi Arulpriya,
As suggested on previous mail, I have used SaveBinary and LoadBinary in my .Net5 sample, but getting below error. Could you please share me a sample code for SaveXML and SaveBinary in .Net 5.
Thanks
Vishnu
Hi Balamurugan,
We are using LoadSoap and SaveSoap methods in our code and missing of this methods causing backward compatibility issue. We need this methods available in .Net 5 otherwise it harms all the dependent objects to breaks. I mean this change is breaking our existing code. Could you let me know is there any possibility to get this LoadSoap and SaveSoap methods available in .Net 5?
Thanks
Vishnu.
Hi Team,
Does Syncfussion has any utility to convert the existing SOAP messages to XML. We have used Soap messages in input files and which was consumed by using LoadSoap and SaveSoap methods. As we don't have support for this methods in .Net 5, we have to find an alternative for existing input files which is bigger, so please let us know if you have any Soap to XML conversion utilities with syncfusion
Thanks
Vishnu