Hello Team Dynamics, I have a C# batch which is processing on an online CRM, and this batch is deployed on different servers, on certain servers to establish the connection with the CRM you have to go through the client proxy (URL + PORT + Username + Password)
Do you have any idea how to implement a proxy with the CrmServiceClient Class with a concrete example code?
Do you have any idea how to implement a proxy with the CrmServiceClient Class with a concrete example code?
FYI: I don't want to use HttpClient, because i want to benifite from all utililties that offers the kit