Hi Dennis, I am facing the following situation. I have a common complex type that is in some manner referenced from my concrete web service interfaces that I am using for different purposes within my application. It can be used by my concrete complex types or it may be a data object for the custom exceptions (actually it is my case). This common type class file may be located in another module or even packed in a jar for that other module I am depending on. So when I generate WSDL+binding for my web service interface I don't want binding generated every time for this complex type because that will not work for the case of jar file (it cannot be later jibx-compiled) and will cause numerous dependency issues in case of class file residing in another module. So I am interested if there any way I can specify to the Jibx2Wsdl a previously created binding for that common type so that this binding become just referenced by the bindings generated for my service and its concrete types? I also wonder if there's a like option for the JiBX binding generator at all? Thanks a lot, -Pavel
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
