---
title: "How can we create Proxy for the WCF Service?"  
description: "How can we create Proxy for the WCF Service?"  
author: "Anonymous User"  
published: 2011-04-16  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/762/how-can-we-create-proxy-for-the-wcf-service  
category: "wcf"  
tags: ["wcf"]  
reading_time: 1 minute  

---

# How can we create Proxy for the WCF Service?

We can create proxy using the tool svcutil.exe after creating the service.\
We can use the following command at command line.\
svcutil.exe *.wsdl *.xsd /language:C# /out:SampleProxy.cs /config:app.config

## Answers

### Answer by Anonymous User

We can create proxy using the tool svcutil.exe after creating the service.\
We can use the following command at command line.\
svcutil.exe *.wsdl *.xsd /language:C# /out:SampleProxy.cs /config:app.config


---

Original Source: https://www.mindstick.com/interview/762/how-can-we-create-proxy-for-the-wcf-service

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
