Asankha, What is actually the reason for having our own stringValueOf method and not relying on the stringValueOf method of BaseXPath?
Andreas On Wed, Jun 10, 2009 at 17:09, Asankha C. Perera<[email protected]> wrote: > Hi Bill > > <log level="custom"> > <property name="sessID" > expression="//cfl:LoginResponse/cfl:LoginResponseData/@sessionID" > xmlns:cfl="http:www.test.com/cfl" /> > </log> > > The message body is: > <soapenv:Body> > <cfl:LoginResponse xmlns:cfl="http://www.test.com/cfl"> > <cfl:LoginResponseData sessionID="250446AD43C0EEF3ED2F3172F8FA0A3D" > statusCode="0"/> > </cfl:LoginResponse> > </soapenv:Body> > > The namespaces in the log mediator for cfl is "http:..." (note the missing > "//") and is thus different from what you see in the message.. was this a > mistake? > > cheers > asankha > > -- > Asankha C. Perera > AdroitLogic, http://adroitlogic.org > > http://esbmagic.blogspot.com > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
