Hi all, 

I am running into a situation where my server returns me a SOAPHeader node
like: 
<CAM xmlns="http://developer.cognos.com/schemas/bibus/2/";>
which seems valid to me but the MessageElement constructor ends with
typeQName=null which prevents me from retreiving the object.

If the same node is returned as:
<ns1:CAM xsi:type="ns1:CAM"
xmlns:ns1="http://developer.cognos.com/schemas/bibus/2/";>
then it is all good.

I can probably have my provider to change their code so they comply with
Axis but I would like to know your though about this.

--
Sylvain 

This message may contain privileged and/or confidential information.  If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender
promptly by e-mail that you have done so.  Thank you.

Reply via email to