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 Jorge Medina <ce...@gmail.com> on 2010/07/01 23:03:24 UTC

Is there anything wrong with the attached WSDL?

I generated java code using wsdl2java using Axis2 1.4.1 and Axis2 1.5.1

%AXIS2_HOME%\bin\wsdl2java -o output\axis2 -s -d adb -u -uw -ap -uri
LabManager.wsdl

But in both cases the generated code cannot be compiled.
I can manually remove the "," on a couple of functions to fix it.
But I was wondering why is this WSDL unable to be processed correctly.

-Jorge