logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • makerjoe
    • Posted on Wed 8 Mar 2006 05:56 PM

    @Jeff

    perhaps you are right, but still dont understand where is the limitation on the request content

    clicking on ie6

    http://server/somensf.nsf/xmlprint?openagent

    gives 15000 prints

    --------------------------------------------

    fiest agent

    Function xmlprint

    For i=1 To 15000

    Print Cstr(i)

    Print "<BR>"

    Next

    Print "end"

    End Function

    --------------------------------------------

    now

    clicking on ie6

    http://server/somensf.nsf/readxml

    gives 2639 prints ????

    --------------------------------------------

    second agent:

    Function readxml

    Set objHttp = CreateObject("MSXML2.ServerXMLHTTP.3.0")

    url = |http://192.168.1.3/wsdl.nsf/xmlprt?openagent|

    objHttp.open "GET", url, False

    objHttp.send(Null)

    While objHttp.readyState <>4

    Wend

    If objHttp.readyState = 4 Then Print objHttp.responsetext

    End If

    End Function

    --------------------------------------------

    four eyes see more than two

    what am i thinking wrong??

    cheers

    makerjoe

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: