Re: [cxf] wsdl2java APIs

2008-07-08 Thread Daniel Kulp
Instead of calling "main", try doing: WSDLToJava w2j = new WSDLToJava(args); ToolContext ctx = new ToolContext(); w2j.run(ctx); When that completes, the ctx should have a LOT of stuff in it that may provide the information you need. Dan On Jul 7, 2008, at 11:11 PM, Tong Wang wrote:

Re: [cxf] wsdl2java APIs

2008-07-08 Thread Glen Mazza
Tong, please use the cxf-user list for your questions. This keeps the archives clean, and the same developers are on both lists. Glen On Tue, 2008-07-08 at 11:11 +0800, Tong Wang wrote: > Hi friends, > > > > I am new to cxf, and trying to use wsdl2java APIs to generate the > server/client ar

[cxf] wsdl2java APIs

2008-07-07 Thread Tong Wang
Hi friends, I am new to cxf, and trying to use wsdl2java APIs to generate the server/client artifacts. It may be similar to org.apache.cxf.tools.wsdlto.WSDLToJava.main. But after that, I want to get more information about the generated code in my program. 1. The class name(s) of the SEI