|
Subject: [xsl] 2 sends From: "Pet **" <pspet@xxxxxxxxxxx> Date: Tue, 23 Apr 2002 19:25:21 -0300 |
I'm using MSXML2.XMLHTTP to send XML data to an ASP page, '***************************************************** ' This is a test on VB
Dim doc As MSXML2.DOMDocument40 Dim docRet As MSXML2.DOMDocument40 Dim url As String
Set doc = New MSXML2.DOMDocument40
If Not doc.Load(xmlFile) Then
Call Err.Raise(vbObjectError, "Here", "Load Error")
End IfDim http As MSXML2.XMLHTTP40 Set http = New MSXML2.XMLHTTP40
Call http.open("POST", url, False)
Call http.send(doc)
Set docRet = http.responseXMLMsgBox docRet.xml '*****************************************************
it fails at "send" method, but if I send an empty request just before...
Call http.open("POST", url, False)
Call http.send| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] xalan:nodeset or xsl:copy, Ming | Thread | RE: [xsl] 2 sends, Michael Kay |
| [xsl] xalan:nodeset or xsl:copy-of , Ming | Date | RE: [xsl] 2 sends, Michael Kay |
| Month |