Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick Display Question
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00687253
Message ID:
00687649
Views:
13
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform