What is the namespace used for in a SOAP web service?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From http://tempuri.org/:
Say company A and B both create a service with methods of the same signature. In order to differentiate between them you can add a namespace. That would make them different from a client’s perspective, meaning you couldn’t use the wsdl(proxy classes) from one on the other and vice verse.
It’s considered good practice to use a unique namespace for your services. Typically your company name/domain or similar, instead of the default
tempuri.org.