We're trying to consume a SOAP API via proxy URL.
We're setting the proxy credentials first via EnhancedWebReferences extension -> SetWebReferenceProxy.
However when we run code, it is showing error:ServicePointManager does not support proxies with https scheme.
Is there any workaround on this? as this is already non outsystems code but .Net.
Hi Lawrance,
you need to check your dot net side To fix the "The ServicePointManager does not support proxies of * scheme" error, check your proxy settings and ensure that you use a supported scheme, such as "http" or "https." Make sure the proxy address is properly formatted and not null or empty.
thanks
cv
the error is not pointed out by a custom extension but outsystems itself. How do you expect me to check the dot net side..
are you test it with postman.?