You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/08/28 20:50:33 UTC

DO NOT REPLY [Bug 10847] - NPE in Types.writePartType

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=10847>.
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=10847

NPE in Types.writePartType





------- Additional Comments From butek@us.ibm.com  2002-08-28 18:50 -------
The generated deploy.wsdd file goes along with the generated interface and the 
generated impl.  If you are not using the generated stuff, you have to make 
changes to deploy.wsdd.  You have to change, as you said, getInfo to GetInfo; 
but you also have to change the classname clause from:

      <parameter name="className" value="com.test.TestSoapBindingImpl"/>

to

      <parameter name="className" value="com.test.Test"/>

to get the original implementation.

So there is nothing wrong with the generated stuff.  This defect devolves into 
"fix Types so that it throws something more meaningful than NPE."