+ Start a Discussion
Milestone WebMilestone Web 

Dynamic update of WSDL file

Is it possible to dynamic update of the WSDL file through a .net application after application compilation?

 

 

/

David Dollas

 

 

DokerDoker
Everything is possible. You will need to have wsdl.exe and know CodeDom well
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....


SuperfellSuperfell
Its probably just easier to use the partner WSDL.