Re: Making SOAP request in C#. Offline, not on a web application.

2011-12-18 Thread Dr.g.
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

Re: Making SOAP request in C#. Offline, not on a web application.

2011-12-18 Thread Dr.g.
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