You need to sign in to do that
Don't have an account?
K J
.NET and Soap API
I am new to SF. I Just create a C# project and trying connect to Salesforce using Soap API. I down load wsdl to my local drive and add web service. After successfully adding web service, I can't find login method as show in sample document. I also try to add web service, which reference partner wsdl by URL, and I can't find login method, either. Please help. Thanks, K
Here is part of my code to login and logout. I use a property SrvSalesforce as parameter with all my method...so i'm always connected to do my job, even if the TimeOut is reached (I reconnect).
I translate my code in english and i removed some portion to simplify so there can be little mistakes ;-)
You can also use your session id to open an url or a document (ex : PDF) over the web (as you are already connected...you don't need further identification)
Finally, a function to get a contact list (in partameters the fields you want; the order, the filter and the record limit if needed...)
Hope this can help you ^^