How to use a SOAP API in ASP.NET?
- by jonhobbs
Hi,
I've trying to use the API for CapsuleCRM...
http://capsulecrm.com/help/page/api_gettingstarted
I've been reading some articles on SOAP in asp.net and I just don't get it. Most of them seem to be ablut creating a web service, not using it and none of them seem to explain how to use basic HTTP authentication.
I have got as far as constructing the XML i want to send to the API but I could really do with seeing some example code which makes an http call using http authentication to a SOAP API.
Maybe I'm just searching for the wrong thing but I've drawn a blank so far. Can anybody show me how?
Jon