On Tue, 2005-11-01 at 10:33 +0000, Steve Loughran wrote: > Glen Daniels wrote: > > Steve Loughran wrote: > > > >> > >> I am looking at how to turn the text contents of a SOAPFaultSubCode > >> into a QName. > >> > >> Is there a utility function to map string->qname in the context of an > >> Element? > > > > > > If there isn't yet, we should add one (Axis 1's MessageElement has this, > > and it's generally hugely useful). > > I've done it, just dont know > > 1. where to put it
Shouldn't it be OMElement.resolve (String)? Eran? > 2. what the failure policy should be. Return null vs throw exception? Exception seems more right to me. Sanjiva.
