OK, yeah, I was running -client--taking that off did the trick. Thanks! -----Original Message----- From: Freeman Fang [mailto:[email protected]] Sent: Tuesday, September 13, 2011 7:57 PM To: [email protected] Subject: Re: wsdl2java option to skip generation of XXPort_Client
Hi, If you don't specify "-client" "-all" option, by default it won't generate the client code, could you check your option? Freeman On 2011-9-14, at 上午2:40, Jeremy Robertson wrote: > I'm wondering if there is some kind of cli option to skip creating > the Port_Client class when invoking wsdl2java (If the service were > named Foo, the class would be FooSoap_FooPortClient)? > > The projects I'm working on use wsdl2java to generate client code > for Soap Services, but we don't use this class. I know I can just > delete it manually, but I'm working on automatically generating the > client code through maven, hence the interest in an automated way to > accomplish this. > > > Thanks, > Jeremy > > > NOTICE: This email message is for the sole use of the intended > recipient(s) and may contain confidential and privileged > information. Any unauthorized review, use, disclosure or > distribution is prohibited. If you are not the intended recipient, > please contact the sender by reply email and destroy all copies of > the original message. > > --------------------------------------------- Freeman Fang FuseSource Email:[email protected] Web: fusesource.com Twitter: freemanfang Blog: http://freemanfang.blogspot.com NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
