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=17024>. 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=17024 WSDL2Java throws NPE when digesting multipart wsdl ------- Additional Comments From [EMAIL PROTECTED] 2003-03-10 15:07 ------- The problem is not digesting multipart wsdl. You are using the key word "binding" in xmlns:binding="http://www.smalltest.com/definitions/smallTestRemoteInterface" and later you reference to this key word in: <port binding="binding:smallTestBinding" Change "binding" e. g. to "impl" and everything works fine. I guess it's still a bug. But with an easy workaround.
