ASP http request

T

thomas parquier

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
 
T

thomas parquier

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 ?
 
R

Ray Costanzo [MVP]

I think you forget to use SET.

SET objSrvHTTP = ......

You need to use SET when you instantiate object variables.

Ray at work
 
T

thomas parquier

Thank you.
I sent a mail to my provider but I didn't receive any answer.
 
T

thomas parquier

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 ?
 
B

Bob Barrows [MVP]

No. It is only available by calling Microsoft, as the KB article states.
 
T

thomas parquier

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
 
T

thomas parquier

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,891
Members
47,423
Latest member
henerygril

Latest Threads

Top