T
tobiwankenobi
Hello everybody,
I try to send big files to a webservice using VS 2005 and WSE 3.0
(mtom enabled). Up to 120 MB erverythink works fine. But if I try a
140 MB File I get the following exeption:
System.Net.WebException: The underlying connection was closed: An
unexpected error occurred on a send.
InnerExeption:
An operation on a socket could not be performed because the system
lacked sufficient buffer space or because a queue was full
I tried :
keeAlive = false
HttpVersion = 1.0
x-over direct on the server (win server 2003 )
ervery possible atribute in the web.config (MaxRequestLength ,TimeOut
etc.)
differnt Clients
changing and adding reg adtributes
nothing helps. Please Help me! I am running out of ideas and I think I
read all soltuion they can be found by google. If you need a example
Webservice and Client I send it emediatly in a Mail to you.
Thanks for your help
I try to send big files to a webservice using VS 2005 and WSE 3.0
(mtom enabled). Up to 120 MB erverythink works fine. But if I try a
140 MB File I get the following exeption:
System.Net.WebException: The underlying connection was closed: An
unexpected error occurred on a send.
InnerExeption:
An operation on a socket could not be performed because the system
lacked sufficient buffer space or because a queue was full
I tried :
keeAlive = false
HttpVersion = 1.0
x-over direct on the server (win server 2003 )
ervery possible atribute in the web.config (MaxRequestLength ,TimeOut
etc.)
differnt Clients
changing and adding reg adtributes
nothing helps. Please Help me! I am running out of ideas and I think I
read all soltuion they can be found by google. If you need a example
Webservice and Client I send it emediatly in a Mail to you.
Thanks for your help