Groups | Blog | Home
all groups > inetserver asp general > august 2004 >

inetserver asp general : ASP http request


Ray Costanzo [MVP]
8/31/2004 11:38:03 AM
I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work

[quoted text, click to view]

Steven Burn
8/31/2004 3:35:51 PM
http://aspfaq.com/show.asp?id=2173

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


[quoted text, click to view]

thomas parquier
8/31/2004 4:19:41 PM
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

Steven Burn
8/31/2004 5:15:40 PM
http://support.microsoft.com/default.aspx?scid=kb;EN-US;305053

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


[quoted text, click to view]

thomas parquier
8/31/2004 5:33:14 PM
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" <pvt@noyb.com> a écrit dans le message de
news:%231oBHg2jEHA.3612@TK2MSFTNGP12.phx.gbl...
[quoted text, click to view]

thomas parquier
8/31/2004 6:10:52 PM
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%23erB3jEHA.3140@TK2MSFTNGP15.phx.gbl...
[quoted text, click to view]

thomas parquier
9/1/2004 11:22:28 AM
Thank you.
I sent a mail to my provider but I didn't receive any answer.

"Steven Burn" <pvt@noyb.com> a écrit dans le message de
news:eqeI3X3jEHA.1040@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

Bob Barrows [MVP]
9/2/2004 8:01:25 AM
No. It is only available by calling Microsoft, as the KB article states.

[quoted text, click to view]

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"

thomas parquier
9/2/2004 11:05:58 AM
It seems that my provider has to contact microsoft to get the fix. I asked
him to do it, but we don't have much time. Do you already have or know where
to find the patch ?


"Steven Burn" <pvt@noyb.com> a écrit dans le message de
news:eqeI3X3jEHA.1040@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

thomas parquier
9/3/2004 9:34:44 AM
Hello

I now get the "unspecified error" 80004005 with version 4 but on line with
send method.
Is the fix needed for version 4 too ?

regards
thomas parquier

"Steven Burn" <pvt@noyb.com> a écrit dans le message de
news:eqeI3X3jEHA.1040@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

thomas parquier
9/3/2004 9:46:17 AM
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" <pvt@noyb.com> a écrit dans le message de
news:eqeI3X3jEHA.1040@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button