Sharing classes across different web services proxy classes
Is it possible to generate on proxy class for all three wcf/web services with sharing class types?
Note: The client is developed in .net 2.0 framework. So I need to use WSDL to generate the proxy classes. nRksorry, I found solution for my problem...
I am able to generate one class with wsdl.exe with sharing common class types.
wsdl /sharetypes /namespace:TestNamespace http://192.168.0.109/xxxx/Service1.svc?wsdl http://192.168.0.109/xxxx/Service2.svc?wsdl http://192.168.0.109/xxxx/Service3.svc?wsdl
the follwowing link contain same question.
wsdl.exe /sharetypes
nrk
精彩评论