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"...

link|improve this question

2  
I agree it is rude to downvote without leaving any comment – hugh Jan 12 at 15:30
1  
Thanks for your sympathy hugh :) – Cristi Jan 12 at 15:39
Why not try changing the namespace and see if this changes the resulting WSDL? Be sure to use wsHttpBinding to maximize the complexity of the WSDL (to give a larger set of elements to possibly be changed by changing the namespace). – John Saunders Jan 12 at 19:49
@John thanks for your suggestions... I need to keep it to basicHttpBinding for now, as about how this affects the WSDL, I noticed only this first line where it appears: '<wsdl:definitions name="SvcTest" targetNamespace="api.company.com/Services/Tester">'; – Cristi Jan 13 at 9:37
I meant changing the binding as part of the experiment. BTW, the target namespace affects everything in the WSDL. Anything with name="x" is really "x in targetNamespace" – John Saunders Jan 13 at 11:04
show 1 more comment
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.