I 'am developing an interface between my system and other system based on XML messages that will be sent over the internet (by web services).
I've created an XSD schema files to define the message structure. I 'am using Microsoft Biztalk to create the sachems and new in this field.
I've build an validation process for the incoming and outgoing messages using the .Net built in functionality (link).
The problem is: sometimes the validation expect to a namespace before xml node name and sometimes no.
In addition - sometimes for the validation to be succeeded I have to add an attribute to nodes: xmlns=""
and sometimes not.
Can you explain to me the rules about specifying the node father namespace or link to a material?
Thank you in advance.