Hi
I'm trying to generate axis2-1.7.9 stub files from wsdl file by calling axis2
classname="org.apache.axis2.tool.ant.AntCodegenTask"
but I keep getting the following error:
java.lang.RuntimeException: java.lang.IllegalStateException:
You are running with invalid JAXP api or implementati
I suggest using these flags to ant, then paste the entire output:
ant -verbose -debug -Djaxp.debug=1
Robert
On Wed, Oct 14, 2020 at 4:08 AM Levi, Yogev wrote:
>
>
> Hi
>
>
>
> I'm trying to generate axis2-1.7.9 stub files from wsdl file by calling
> axis2 classname="org.apache.axis2.tool.ant.A