문제

I have 3rd party wcf soap service which needs to-be consume so i have discovered a way to generate code in memory and invoke the service with simple input arguments. I would like to do the same with complex arguments can anyone please help me as to how i can achieve this. Or can anyone please point me in the right direction.

Thanks in advance, Pavan

도움이 되었습니까?

해결책

May be you can use output of datasvcutil at runtime with dynamic code generation/reflection. http://msdn.microsoft.com/en-us/library/dd756369.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top