then setServerSide is set for CodeGenConfiguration:
config.setServerSide(loadOption(WSDL2JavaConstants.SERVER_SIDE_CODE_OPTION,
WSDL2JavaConstants.SERVER_SIDE_CODE_OPTION_LONG,
optionMap) != null);
CodeGenConf
At work the test below on a axis2-1.6.2 build for ./tags/v1.6.2 fail.
Guess: I sit behind a firewall?
At home, on my old windows 2000 advanced server the same build runs very
perfect the first time?
THANK YOU DOING A GREAT JOB
Josef
$ mvn clean install
. . .
. . .
1.4x implementation was incorrect
1.6x implementation is correct
here is the code
public class WSDL2Code {
public static void main(String[] args) throws Exception {
CommandLineOptionParser commandLineOptionParser = new
CommandLineOptionParser( args);
if (isOptionsValid(comma
Hello!
I have an issue regarding the generation of stub classes from my WSDL:
When calling WSDL2Java with Apache Axis2 1.6.0 (and above) the getter/setter
methods in my stub class called "ZwsVkontGetAll" have the generic "OMElement"
type. The "Char10" type, which it should have according to the