You need to sign in to do that
Don't have an account?

C# webservice call
I've written my own Apex web service and downloaded the WSDL file from the site. My C# app logs into Sf successfully and I have a web reference to my nwely created web service.
Seems like I have everything I need,but, I have no idea how to call the method I wrote. I've included a Using stsement at the top of my class, but, I just can't see the method or how I'm supposed to associate my current session with the new web service (is that right?)
Basically, I'm in all kinds of trouble here and would like a little help please!
All Answers
Did you get this figured out? I'm looking for a code sample.
Thanks