You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Serwei Lee <se...@mblox.com> on 2007/03/27 09:00:03 UTC

WSDL2Java together with dotnetsoapfix

Hi, currently using WSDL2Java for quick deployment, but realised the templated classes are not able to use the dotnetsoapfix.
Digging around the source shows that ArrayList is supported but not String[]. Any advice?
Am using a dirty hack which is to
           TypeMappingImpl.dotnet_soapenc_bugfix = true;

~
 
Regards,
Serwei