John
An HTTPClientEndpoint represents an outgoing connection from a shape. Where a WebSiteEndpoint represents the incoming server side of the communication. So if I have an IISWebServer shape and it needs to communicate to a web service on a second IISWebServer shape I would add an HttpClientEndpoint to one of the IISWebServer shapes and then connect the HttpClientEndpoint to the WebSiteEndpoint on the second IISWebServer Shape.
The Introduction to Logical Datacenter Designer, Part 2 demonstrates something like this.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/datacenterdesigner2.asp
If you have a web server that will host ASP.Net applications and WebService application you can represent them as two IISWebServer shapes or a single shape. It is up to you on how you want to describe your data center. Remember the designer is a logical designer it does not represent physical boxes.
Thanks Brian [MSFT] Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights. |