2 Replies Latest reply on Dec 28, 2007 4:52 PM by marklittle

    DSLHelper and XPath question

    viniciuscarvalho

      Hello there! I've noticed that when the xml sent to the CBR is namespace free, for instance:

      <credit>
      <costumer></costumer>
      </credit>
      


      It works well, but when it comes with namespace (which will always be the case, since I'm getting my message through SOAP and it always have a namespace associated to my XSD). It does not.

      I've checked the samples, and fun_cbr works only because it does not use namespaces. the same xml above with namespace does not work :(

      Can I use namespace aware documents? Or should I override these class?
      Wouldn't it be a nice feature to add?

      Regards