© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
8 replies
uknys

Generic XML Node to Class

Hello, I need to interface with WSUS (using dotnet 8) using ApiRemoting (SOAP), in some functions, it returns a List<Object> (it's intended afaik in the WSDL file).
Is there a way to deserialize the generic type to a specific one without resorting to manual casting and enumerating one by one the list ? (with reflection for exemple)
exemple from the wsdl : https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wsusar/c162f3b0-61bb-4134-815c-f089962f2e30
Thanks in advance ! 🙂
[MS-WSUSAR]: Search for a Client Computer
This example demonstrates how to search for a client computer named WSUSAR-CL1.example.com by using the ExecuteSPSearchComputers (section
[MS-WSUSAR]: Search for a Client Computer
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ generic class in generic method
C#CC# / help
3y ago
Generic Class Help
C#CC# / help
3y ago
✅ Refering to Generic Base Class
C#CC# / help
3y ago
❔ giving current class type to a generic class
C#CC# / help
3y ago