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:32 ------- Tom, I do not recognize the situation where a Binding has fewer Operations than the corresponding PortType as an error since the WSDL 1.1 spec. appears to allow for it. As far as I can see, it is the inverse situation where a Binding has more Operations than the corresponding PortType that should be diagnosed as error. My patch makes sure that a service endpoint interface generated for such a PortType doesn't contain methods for operations not specified in the corresponding Binding. I am attaching a patch that disregards whitespace differences...
