i have a wcf service running on one machine.
i want to create the proxy for this service on another machine using the machine on which the wcf service is running.
i tried "svcutil.exe "http//ip:port/accesspath"?wsdl /out:filename.cs /config:app.config"
but it throws an error that the machine refused it.
The systems are connected through ethernet lan.
Thanks,