Re: NullPointerException in isSecurityFault method

2012-08-24 Thread Andreas Veithen
ame.substring(0, idx); > > OMNamespace ns = findNamespace(null, prefix); > > return ns == null ? null : new QName(ns.getNamespaceURI(), > qname.substring(idx+1), prefix); > > } > > } > > From: Martin Gainty [mailto:mgai...@hotmail

NullPointerException in isSecurityFault method

2012-08-24 Thread Onur Ulusu (Garanti Teknoloji)
Hi, We have same problem mentioned below, getTextAsQName() method returns null in our example, so we are getting nullPointerException from isSecurityFault() method. faultCode variable returned from service is "{HATA KODU:}K060" in our case. We are using Rampart version 1.6.2 in our project. I