java - What "WSP1021: Fault "null" not bound. Check names in port and binding definitions." does mean? -
i'm making soap web services in java jax-ws (metro stack) , glassfish/tomcat container.
the web service works fine in server logs see warning:
warning: wsp1021: fault "null" not bound. check names in port , binding definitions.
i have searched on google can't understand means.
it seems relate of each web method throws exception.
someone have information ?
well. problem in "wsit-[package].[webserviceclass].xml" configuration file. there old operation name empty <fault/>
tag.
these operations renamed netbeans 8.0.2 didn't delete entries in wsit configuration file.
once deleted these old operations warnings disappear.
Comments
Post a Comment