in

MIT EPC Net (MENTOR)

Open Source Software for the RFID Community
All Tags » WCF (RSS)

Browse by Tags

  • WCF performanceCounters

    < system.serviceModel > < diagnostics performanceCounters = " All " /> </ system.serviceModel > At the command line run "perfmon". Right click on the graph and select "Add Counters ..." Select "ServiceModelService" on the "Performace object...
    Posted to SoftwareNotes (Weblog) by doval on 09-03-2007
  • Service attribute value in the ServiceHost directive could not be found

    This message is often due to an IIS 7 config problem. If you are used to creating a virtual directory pointing to the folder where your service resides, that no longer works. Now, you need to use the "Create Application..." option instead.
    Posted to SoftwareNotes (Weblog) by doval on 09-03-2007
  • tcpTrace Indigo Configuration

    Say your service runs on port 50000: 1) Make no changes to your client 2) Set the "Listen port #" on tcpTrace to 50000 3) Set the "Destination Port #" on tcpTrace to 50001 On your service set a listenUri to port 50001 and add it to the endpoint string url = "http://localhost...
    Posted to SoftwareNotes (Weblog) by doval on 08-06-2007
  • Raw Messages

    public class CustomBehavior : IEndpointBehavior { #region IEndpointBehavior Members public void AddBindingParameters( ServiceEndpoint serviceEndpoint, System.ServiceModel.Channels. BindingParameterCollection bindingParameters) { } public void ApplyClientBehavior( ServiceEndpoint serviceEndpoint, System...
    Posted to SoftwareNotes (Weblog) by doval on 08-03-2007
  • Two kinds of HTTP POST

    I could not figure out why my Indigo services did not receive an HTTP POST from the browser. If I composed the HTTP POST programmatically everything would work. However, if I posted a form with a browser, the service would not receive the message. As it turns out, the fundamental type Indigo expects...
    Posted to SoftwareNotes (Weblog) by doval on 07-31-2007
  • REST POX WCF

    [ ServiceContract ] public interface IRestPox { [ OperationContract (Action = "*" , ReplyAction = "*" )] Message Foo( Message m); } public class Service : IRestPox { public Message Foo( Message m) { HttpRequestMessageProperty hrmp = m.Properties[ HttpRequestMessageProperty .Name]...
    Posted to SoftwareNotes (Weblog) by doval on 07-15-2007
Page 1 of 1 (6 items)
Auto-ID Labs MIT 2007-2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems