Hi,
I am using Java2Wsdl command line interface class
for generating WSDL file from a give class file. Is there any way I can restrict
some of the overloaded methods from being published in WSDL file. I mean if I
have a method foo() and another one foo(int) is there any way I can
restrict foo(int) from being published in generated WSDL, and let foo() only be
published there.
I know -m works for list of methods to be
published in WSDL, but can anyone tell me in detail how to specify overloaded
methods with this command-line param.
Also, how do I specify Port Name in WSDL using this
utility?
I appreciate your help.
Best Regards
Ali
|
- Re: Java2Wsdl problem Muhammad Ali Siddiqui
- Re: Java2Wsdl problem R J Scheuerle Jr