So i have been banging my head against a wall for about 40 combined hours on this.   I want to be able to take realtime info out of CallManager 6.  I am using a real simple axl call with a "getPhone"  the call works when using SOAPUI.  However when i try sending it using  ASP   MSXML keeps giving me error: "The download of the specified resource has failed."  (I imagine it has to do with the security certificate not being valid on CCM)  I see in the documentation alot about how to use Java or .NET to consume a wsdl and make a framework... but I don't need that level of complexity.  A soap call should be as easy as properly formatted xml with the correct html headers.    Does anyone have one of these most basic examples for me to try.  Something that I can just plug a username password IP address into. And just build from there?  It can be in any language Just need some seed to plant.