Building client applications for WCF
Overview of generating and building Microsoft Windows Communication Foundation (WCF) client applications.
A client application can be created for a WCF service; client applications are typically generated by using the Microsoft ServiceModel Metadata Utility Tool (Svcutil.exe) to create the required configuration and proxy files which can be used directly by the application.
- Generating a WCF client proxy and application configuration files using the svcutil tool with metadata from a running service
Instructions for using the Microsoft svcutil.exe tool to generate a client for a service which is configured to use the IBM MQ custom channel for WCF. - Generating a WCF client proxy and application configuration files using the svcutil tool with WSDL
Instructions for generating WCF clients from WSDL if the metadata of the service is unavailable. - Building WCF client applications using a client proxy with an application configuration file
- Building WCF client applications using a client proxy with programmatic configuration
Parent topic: Use IBM MQ custom channels for WCF