Im trying to make a SOAP call with httpClient. The SOAP has OAuth 1.0 Authorization. I dont want to use WSDL provided because its absurdly big. I have tried to do everything, the call works with Postman, credential are 100% correct, the signature generating code is also correct, because all that works fine when Im calling using WSDL provided, but every time I get "USER ERROR", "Invalid Login Attempt". To summarize is there way to make a SOAP call with httpClient using OAuth 1.0.
p.s. I also tried RestSharps RestClient, got same thing. My project is Windows Application (.NET Framework 4.7.2) which is calling a Class Library (.NET Standard 2.0)