all groups > dotnet web services > april 2006 >
You're in the

dotnet web services

group:

Sending data over internet using web service


Sending data over internet using web service Jonathan Woods
4/28/2006 9:29:07 PM
dotnet web services:
Hi there,

I have encountered problem of losing data sending over internet using
web service. I consume web service that connected Oracle Database. I
submit 687 SOAP Messages to 1 Web Method concurrently. (With
synchronize method)


[WebMethod]
public bool SubmitDPSuccessResult(string dpNo,string tkNo,string
plNo,string siteNo,int tid )


Only 253 Message can send successfully. 434 Message are lost in the
middle of sending over internet.
My question is how to reduce risk of losing data? Any factors do I need

to take into consideration? For example, internet bandwidth, firewall
settings etc.


Any suggestion and recommendation would be truly appreciated.


Regards,
Jonathan
Re: Sending data over internet using web service Greg Young
4/29/2006 3:22:25 PM
Can you put up your code?


[quoted text, click to view]

AddThis Social Bookmark Button