Answer Posted / gouranga
1) Address --- Specifies the location of the service which
will be like http://Myserver/MyService.Clients will use
this location to communicate with our service.
2)Contract --- Specifies the interface between client and
the server.It's a simple interface with some attribute.
3)Binding --- Specifies how the two paries will communicate
in term of transport and encoding and protocols.
| Is This Answer Correct ? | 78 Yes | 3 No |
Post New Answer View All Answers
How would you turn off cookies on one page of your website?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is cached data phone?
Whats the difference between abstract factory pattern and factory pattern?
Describe SOA and the tenets of it?
What is the difference between a default skin and a named skin?
What is the appSettings Section in the web.config file?
Which is the parent class of the ASP.NET server control?
what is the difference between response.write() and response.output.write()?
Explain what is postback in asp. Net?
Explain the concept of event bubbling in ASP.NET?
What are client activated objects?
What is clickid?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc