DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9170>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9170 bet2 2 - WSDL2Java generates identical signature for overloaded methods Summary: bet2 2 - WSDL2Java generates identical signature for overloaded methods Product: Axis Version: beta-1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The EJB that I’m using has 2 overloaded methods. placeOrder(TraderOrder) placeOrder(Security, price, amount, quantity) Java2WSDL generated WSDL has correct signatures for the overloaded methods. WSDL2Java generates idetical signatures for the above methods. placeOrder(TradeOrder) PlaceOrder(tradeOrder) when used with -s option, the same issue was found with deployment descriptor (.wsdd). -Kool