|
Hello- I working on trying to create a purely runtime discovery
and invocation of a website with DII. At runtime a user can enter a wsdl and it
invokes the service via DII. My issue is that some of these services return ComplexTypes.
So I have been trying to write a Generic Deserializer that accepts and complex
type and just turns it into a hash map of name value pairs for the complex
types and their properties. All the examples I’ve seen out there are about writing
deserializers when you know the format of the complex type ahead of time. I can’t
figure out how to do this when its completely dynamic at runtime. Any suggestions would be appreciated. -Lee |
- Deserializer questoin Lee Bierman
- Lee Bierman
