Hii

I am designing a tool to use yahoo web analytic api.
I am developing a tool in vb6 language,
and use xmlhttp and domdocument objects

    Set objDom = CreateObject("MSXML2.DOMDocument")
    Set objXmlHttp = CreateObject("MSXML2.XMLHTTP")

    objDom.async = False
    objDom.LoadXML XmlBody

    objXmlHttp.Open "POST", "https://api.web.analytics.yahoo.com/
IndexTools/services/IndexToolsApiV3", False
    objXmlHttp.send objDom.XML

the problem when executing last line I am getting an error of

"the download of the specified resource has failed"

and not getting response from remote server.

I dont know why this error comes,
can anybody have idea how to resolve it ?

Thank you


-- 
Subscription settings: 
http://groups.google.com/group/dotnetdevelopment/subscribe?hl=en

Reply via email to