After posting I found a solution on MSDN for Visual Studio .Net. Well, maybe it's worth an FAQ. See

"Sharing Types"
http://msdn2.microsoft.com/en-us/library/aa480505.aspx

This solution works because the duplicate type instances in the WSDLs have the same targetNamespace. It says basically to import the WSDL and remove the duplicate generated types afterwards. There is also a way to do this by command line. The disadvantage is that the duplicate types still have to be removed manually. A bit tedious with 20 services with a total of 200 types and every two services share 10 other types... Even then, the solution is restricted to Visual Studio and .net.

Is there a better way?

Werner

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to