Hello, When generating the AAR file the existing WSDL contains comments in the form of <!-- some text -->
The useOriginalWsdl parameter is set to "true"
However, when the WSDL is pulled like this: http://<machine>/...?wsdl
Then the comments are lost.
I tried this with wsdl in that location in the aar file:
META-INF/<myWebServicename>.wsdl
And I tried it with a wsdl file name like this in the aar file:
META-INF/service.wsdl
The result stayed the same.
What am I doing wrong here?
Thanks,
Kristof
