R
Remote_User
Hi,
When I create a WCF client (hosting the service is fine) and the
service on the same machine everything works is good. But when I want
to have the client on a different machine this fails. How can I
generate the client on a different machine ?
Also it failed even when I specified the IP (starting the service
takes the address in the form of http://localhost:port_num/......) of
the hosting machine in the base address section of the config file of
the service.
Svcutil http://service_host_IP/..... on the client machine
also failed.
Thanks.
When I create a WCF client (hosting the service is fine) and the
service on the same machine everything works is good. But when I want
to have the client on a different machine this fails. How can I
generate the client on a different machine ?
Also it failed even when I specified the IP (starting the service
takes the address in the form of http://localhost:port_num/......) of
the hosting machine in the base address section of the config file of
the service.
Svcutil http://service_host_IP/..... on the client machine
also failed.
Thanks.