Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick Display Question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00687253
Message ID:
00687649
Vues:
12
>Thanks for your reply. I looked through some of the materials.
>
>However, I don't think I explained myself clearly... the actual web service call takes about 1 second. The problem is that I am calling the web service many times from the following loop:
>
>
>for x = 1 to g_len step 800
>     ....send next chunk of file....
>     o_callwebservice(l_login,l_filechunk)
>     console.write("Written " & alltrim(str(x)) & " bytes to server...")
>endfor
>
>

I'm confused with your code. You are using this from an ASP.NET page? console.write is for a Winforms app.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform