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=17766>. 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=17766 WSDL2Java cannot process documents with fewer operations in a Binding than in the corresp. portType. ------- Additional Comments From [EMAIL PROTECTED] 2003-03-07 15:40 ------- I can't seem to download the new attachment, WinZip claims its bad. The portType interface is the abstract definition of the service. The binding is the concrete. WSDL2Java will product code artifacts if there is no binding (aka just an interface). It does not depend on the binding. It is an error in WSDL if the the binding doesn't match up, and WSDL2Java should complain about this, not produce code. A patch to do this would be good, this patch is incorrect as it changes the interface to match the binding.
