|
WSDL export is not very good supported in OfBiz. I don't understand
why ofbiz is trying to build his own WSDL file when there are tools
like Java2WSDL!!
I am using Java2WSDL now to make my own WSDL. Like
this, I can use arrays and complex datatypes.
What I did is the following:
1. Out of the ModelService I'm generating a java src file.
2. The java src file is compiled using
com.sun.tools.javac.Main.compile(String[] args)
3. The generated class file is used for Java2WSDL to generate the wsdl
Would it be possible to use Java2WSDL inside OfBiz instead of own building??
Regards
Michael
|