Dear Anash,
Thanks for the help.
I've seen this example but unfortunately it's not applicable for my
situation.
I'm working in C# and I use the WSDL structure to create the SOAP
request manually since using the Client Library have some over head
I'm trying to avoid.
So far, when I needed a servic
One more problem with this, I've tried to use the client Library.
but before I can run:
(user.OAuthProvider as AdsOAuthNetProvider).AccessToken = new
OAuthToken(TokenType.Access, "ACCESS_TOKEN_HERE",
"ACCESS_SECRET_HERE", "CONSUMER_KEY_HERE");
I must create an Instance of user.OAuthProvider, so I