I think WSDL4J [1] will do what you want. Simply read in the WSDL and then serialize it out. AFAIK, WSDL will serialize to a single file.
John Kaputin should know for sure whether WSDL4J will suit your purpose. [1] http://sourceforge.net/projects/wsdl4j Lawrence From: "Jon Seymour" <[EMAIL PROTECTED]> To: [email protected] Date: 09/12/2008 07:47 AM Subject: wsdl "exploder" Has anyone ever come across a WSDL-exploder that converts a logical WSDL entity that spans multiple files (via the WSDL and XML schema import mechanisms) into a single entity that contains all the referenced entities inline? I need such a beast to help support a client whose ability to properly keep track of schema locations in a multi-file entity is somewhat suspect. jon seymour. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
