Simple, as that... is the ServiceBehaviour's namespace important for web service versioning? Meaning that for forward/backward compatibility of clients to server is this namespace involved in any way?
I really didn't understand what is this specific namespace and its use. Could anybody enlighting me about this?
Thank you!
EDIT2: After my investigations this namespace appears in WSDL here in the first line: <wsdl:definitions name="SvcTest" targetNamespace="api.company.com/Services/Tester"> ...but I don't see if this would influence or not the versioning... maybe I am blind or miss something. Or maybe I am too worried... why would I add some date here (<wsdl:definitions name="SvcTest" targetNamespace="api.company.com/Services/Tester/2012/01">) ?
EDIT1: Probably after downvote nobody is even looking at the question. Would be nice to get an explanation why "downvote"...
name="x"is really "x in targetNamespace" – John Saunders Jan 13 at 11:04