Hi,
I've a Muse service that receives an invocation message with a QName
parameter:
<xsd:element name="PrQName" type="xsd:QName"/>
My understanding was that QNames should be converted to text using the
following format:
{namespace}localname
It appears that Muse assumes that QNames have the following text format:
[prefix]:[localpart]
with the namespace being determined from a lookup within the message xml.
Is this 'correct' behavior?
Thanks,
Allen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]