| ClientImpl.handleRemoteException | | if (SOAPBinding.SOAP11HTTP_BINDING.equals(bindingId) || SOAPBinding.SOAP12HTTP_BINDING.equals(bindingId)) | { | throw new SOAPFaultException(null); | } | | public SOAPFaultException(SOAPFault fault) | { | super(fault.getFaultString()); | this.fault = fault; | } |
It's a clear NPE. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982907#3982907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982907 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user