Luciano Resende wrote:
While working with the BPEL component type implementation, I came across some WSDL files that define PortTypes, but no services. These files, when processed by Wsdl2Java tool, fails to generate any java artifacts as it looks like the code we have today only process services (JavaInterfaceGenerator around line 91). Should the algorithm used in these process only consider Services, or process the PortTypes as well ?
The other way around :) We're using WSDL2Java to generate interfaces, it should only consider portTypes, not services.
-- Jean-Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
