I'm developing a web service using axis2 1.1.1 and XMLBeans data binding. I used wsdl2java tool to generate all java classes for me. All seems to be fine but when I compared the copy of WSDL file placed in resources folder it seems to be reformatted or possibly changed from the original WSDL file.
My question is why this reformatting takes place and is there a way I can prevent it? On a separate note can I replace the generated WSDL file in resources folder with the original WSDL which I used as input for wsdl2java.sh? I know that this might seem minor but giving completely reformatted WSDL file to the users of the service makes it quite hard for them to verify that nothing changed between releases. Here are the arguments I used to invoke wsdl2java bin/wsdl2java.sh -uri $WSDL_FILE -ss -sd -s -g -t -d xmlbeans Thanks, Stefan -- View this message in context: http://www.nabble.com/wsdl2java-reformats-the-original-WSDL-tf3798307.html#a10744609 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
