On Thu, May 29, 2008 at 3:03 AM, Ciaran <[EMAIL PROTECTED]> wrote:

> Pretty much as it says, strange one this, previously we were happily
> copying
> from a BPEL variable into a new variable initialised with a
> prefixed-literal
> element.  However now, after the bpel:copy has occured the resulting
> variable contains the correct root element name, but in the original
> namespace of the 'from' variable, rather than previously where it left the
> namespace of the root element alone.  I hope this makes sense :)
>

Kind of but not really :) I haven't touched assignment at all, just
conversion from DOM to Axiom when a message or a reply get sent. And the
only thing I've changed is making sure default namespaces are preserved so
that:

<foo xmlns="..."/>

doesn't get converted to:

<axis2ns1:foo xmlns:axis2ns1="..."/>

So I'll need a bit more information to understand how this can affect your
assignmenets :)

Cheers,
Matthieu


> --
> - Ciaran
>

Reply via email to