Hi Niek > Sample message: > <?xml version='1.0' encoding='utf-8'?> > <?xml version='1.0' encoding='utf-8'?> > <SOAP-ENV:Envelope..... > You have two XML declarations above!
> POJO mediator: > <pojoCommand name="AdapterCommand"> > <property name="referentieNummer" > expression="//ns1:anotherElement/ns1:reference/." > action="UpdateMessage" /> > </pojoCommand> > Define the "ns1" namespace in the element .. i.e. <property name="referentieNummer" expression="//ns1:anotherElement/ns1:reference/." action="UpdateMessage" xmlns:ns1="http://some_ns_uri"/> cheers asankha -- Asankha C. Perera AdroitLogic, http://adroitlogic.org http://esbmagic.blogspot.com
