Good - a direct and simple question (part 2) - the search for a simple answer.
In a WCF service contract, you can provide a namespace in your contract ...
The question is: First - why (for real ... you need solid details here) is the http: // model selected for the contract naming convention
The second - as soon as I establish, how should I use ... right? this is in my host -
<endpoint ... contract="http://helloworld.com/example"></endpoint>
source
share