Hello Peers,
Please how do i make a Service Layer API call through C# console application.
below is my code which does not work.
Httpclient.BaseAddress = new Uri(ServiceUrl); Httpclient.DefaultRequestHeaders...
Hello ANKIT CHAUCHAN,
Yes i have gone through the SAP NOTE 2607373 but still the error persist.
Am running the service layer on our local network and it works fine if use javascript to make the calls but not with C# console application.