Virtual lab update.

Is there an update for the virtual lab

Reliable and Transacted Messaging with the Windows Communication Foundation Virtual Lab

Event ID: 1032291421 ?

The configuration file looks like:

<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<system.serviceModel>
<services>
<service type="Fabrikam.TradingSystem,TradingService">
<endpoint
address="http://localhost:8000/TradingService"
binding="wsHttpBinding"
contract="Fabrikam.ITradingService,TradingService"/>
</service>
</services>
</system.serviceModel>
</configuration>

But the 'type' attribute on the service element is no longer supported.

Thank you.

Kevin

[1782 byte] By [KevinBurton] at [2008-1-8]
# 1

Where did you find this? Looks like an out of date sample; the "type" attribute has been removed from the schema.

-James

JamesOsborne-MSFT at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...
# 2
James Osborne - MSFT wrote:

Where did you find this? Looks like an out of date sample; the "type" attribute has been removed from the schema.

-James

I found it at http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032291421&EventCategory=3&culture=en-US&CountryCode=US

I was looking for an update because it seems that more than the "type" attribute has changed.

Kevin

KevinBurton at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...
# 3

That is really out of date. I wouldn't use that virtual lab. I would try browsing through these samples:

http://msdn2.microsoft.com/en-us/library/ms751514.aspx

A reliable session sample is here:

http://msdn2.microsoft.com/en-us/library/ms751509.aspx

and a transactions sample is here:

http://msdn2.microsoft.com/en-us/library/ms752261.aspx

After looking at those, it should be straightforward to create a binding to enable reliable messaging and transactions.

-James

JamesOsborne-MSFT at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...

Visual Studio Orcas

Site Classified