Hi Guys --
I have experienced difficulty while using the wsdl2java plugin, please help! Thanks in advance
1. how to get rid of the ArrayOf.....java file ?
This wsdl2java generates lots of ArrayOfobj.java files, for example if we define the type as -
<s:element minOccurs="0" maxOccurs="1" name="pMEEL_COLL" type="tns:ArrayOfREC_MEEL" />
it will generate the ArrayOfREC_MEEL.java and ArrayOfREC_MEEL_OP.java.
2. how to compile local files ended with asmx instead of wsdl ?
We have some asmx files on the local machine, not in the url, seems I define its path on the <sourceDirectory>, but seems the wsdl2java just ignore those files. How can I tell the plug to compile the asmx file on the local location ?
3. when I looking pom.jar under axistools-maven-plugin-1.1.jar, it says axis version is 1.4, does that means the plugin using the axis-1.4.jar to compile the wsdl files ?
4. how to compile files under different location?
seem <sourceDirectory> can only take 1 location. if we have .wsdl file under different locations in location machine
/src/com/ge/lt/wsdl/alocation/some.wsdl
/src/com/ge/lt/wsdl/blocation/someother.wsdl
/src/com/ge/lt/wsdl/clocation/some.asmx
How can I tell the wsdl2java that it need to compile these wsdl file under thse 3 locations ?
The sourceDiretory seems can not take multiple locations.
Thank you very much!
Thanks
Need a brain boost? Recharge with a stimulating game. Play now! --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
