I read a column on sharing types between web services at
http://msdn.microsoft.com/library/en-us/dnservice/html/service07162002.asp
Sharing types can be acheived, similar to what described here in this
article but little defferently, by defining these custom types in a seperate
assembly and importing that assembly at the top of the proxy generated and
then manullay deleting the redefined custom types in each proxy class.
But still this process even gets worse when there r any updates to any of
those web service implementations and have to update all relevent web
references. Is there any better way to do this automatically importing the
custom types assembly rather perform these manually steps?
Dino Chiesa [Microsoft] - 22 Feb 2005 05:19 GMT
Not today, but
you could automate it with a sed script or similar
and
in .NET v2.0, there is better support for this scenario.
Sorry, not the best news.
-D
>I read a column on sharing types between web services at
> http://msdn.microsoft.com/library/en-us/dnservice/html/service07162002.asp
[quoted text clipped - 9 lines]
> references. Is there any better way to do this automatically importing the
> custom types assembly rather perform these manually steps?