We are migrating set of WSE services to WCF platform.
The new WCF services are called over secured HTTP. (https
)
I want to invoke an operation contract of one WCF service from another. Both the services are mostly hosted in the same IIS, but they can be on separate IIS server.
- Do I need to take care of some things (which i obviously do not know at present) in this scenario?
- Is there any special calling mechanism in this case?
- Does calling mechanism change when call is synchronous and when it is asynchronous?
- Can you suggest some type of binding which is readily available in this case?