How to use a SOAP API in ASP.NET?
Posted
by jonhobbs
on Stack Overflow
See other posts from Stack Overflow
or by jonhobbs
Published on 2010-03-22T22:06:10Z
Indexed on
2010/03/22
22:11 UTC
Read the original article
Hit count: 760
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
© Stack Overflow or respective owner