I believe you are using XPath to get a value of a element. You can write a Xpath in such a way that it works both with namespace qualified elements as well as normal elements.
Thanks, Supun.. On Tue, Sep 28, 2010 at 9:12 PM, Abid Khan-EXT <[email protected]>wrote: > Hello all, > > I am receiving a message and the switch works if I take the namespace > string out of the message, but I cannot tell the sender to remove it. Is > there anything I can do that synapse can handle the name space. > > Message that starts with something like this is not handled properly, by > "switch" mediator. > > <Request xmlns="http://www.company.com/test" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" > http://www.company.com/test ../test/Request.xsd"> > > > Thanks & Regards, > > Abid Khan > Java Consultant > > > -- Tech Lead, WSO2 Inc http://wso2.org supunk.blogspot.com
