If i use version3 to send the request I get the following :
msxml3.dll erreur 'c00ce502'
Erreur système : -1072896766.
/version2/srit/search_results_ss_vb.asp, ligne 12
with at line 12 :
objSrvHTTP.send (objXMLSend)
and at lines 4 and 5 :
Set objSrvHTTP = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
Set objXMLSend = Server.CreateObject("Msxml2.DOMDocument.4.0")
regards,
thomas parquier
"Steven Burn" <pv*@noyb.com> a écrit dans le message de
news:eq**************@TK2MSFTNGP10.phx.gbl...
http://support.microsoft.com/default...b;EN-US;305053
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader3.wanadoo.fr... Oops, sorry...
but now I get this message :
msxml3.dll erreur '80004005'
Erreur non spécifiée
/version2/srit/search_results_ss_vb.asp, ligne 10
with this at line 10 : objSrvHTTP.setRequestHeader "SOAPAction",
"http://www.faire-savoir.com/webservices/getListingWithSearch"
what's wrong ?
"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> a écrit dans le message de news:uS****************@TK2MSFTNGP15.phx.gbl... I think you forget to use SET.
SET objSrvHTTP = ......
You need to use SET when you instantiate object variables.
Ray at work
"thomas parquier" <tp*******@moustic.biz> wrote in message
news:ch**********@news-reader4.wanadoo.fr...
> I've tried this solution but the following error message is
displayed : > Erreur d'exécution Microsoft VBScript erreur '800a01b6'
> Cet objet ne gère pas cette propriété ou cette méthode
> /version2/srit/search_results_ss_vb.asp, ligne 5
>
> and the line 5 is : objSrvHTTP =
> Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")
>
> Is there another way ?
>
>
> "Steven Burn" <pv*@noyb.com> a écrit dans le message de
> news:%2****************@TK2MSFTNGP12.phx.gbl...
>> http://aspfaq.com/show.asp?id=2173
>>
>> --
>>
>> Regards
>>
>> Steven Burn
>> Ur I.T. Mate Group
>> www.it-mate.co.uk
>>
>> Keeping it FREE!
>>
>>
>> "thomas parquier" <tp*******@moustic.biz> wrote in message
>> news:ch**********@news-reader4.wanadoo.fr...
>> > Hello
>> >
>> > Can someone give the snippet to send a post http request in order to > send
>> a
>> > soap request ? I have the complete http request but I don't know
how to >> send
>> > it.
>> >
>> > TIA
>> >
>> >
>>
>>
>
>