Hello, I am sitting down to define my first web service and have what is probably a basic question about the accessibility requirements of namespace definitions?
When a consumer of these web services identifies message elements as belonging to my namespace, must the URI reference for this namespace be available at the time the message is sent?
I am wondering if any message validation against the namespace definition is done at messaging time. I'm guessing not since a failure of URI reference host shouldn't prevent messaging from occuring.
Can anyone share any thoughts on the requirement here, or perhaps provide direction to a good source of information?
Thanks, M.