When communicating with multiple services with many complex wsdl types and you want to re-use those wsdl types in message flows within your own process you have to create proxy types that are just duplicates of the wsdl types. When there are a large number of complex wsdl types in use it becomes cluttered to have duplicates of each type in your process. Is it possible to do something to re-use the wsdl types in your process message flow? It seems like currently this is not possible as you get a compiler error when attempting to deploy the project.
There is more information in this post.
http://bpms.intalio.com/forums/intalio-bpms-5.2/compilation-errors-enc...