You need to sign in to do that
Don't have an account?

Dynamic update of WSDL file
Is it possible to dynamic update of the WSDL file through a .net application after application compilation?
/
David Dollas
You need to sign in to do that
Don't have an account?
Is it possible to dynamic update of the WSDL file through a .net application after application compilation?
/
David Dollas
So in your procedure you:
run wsdl.exe to generate proxy class.
Then using CodeDom c# compiler you compile the class in memory.
Then you run it in A new AppDomain and attach this domain in your application.
Then using reflection you call methods from this domain....