Ask a Question related to ASP.NET Web Services, Design and Development.
-
Mullin Yu #1
WSE SOAP Attachment filesize limit
I am using WSE 2.0 to receive SOAP Attachment, and the following are my
testing cases.
Upload 20 files (@4KB) => pass
Upload 3files (@1.2KB) => pass
Upload 4 files (@1.2KB) => FAIL!
Upload 1 file with 4.7MB => FAIL!
It seems that there's a filesize limit of SOAP Attachment. How can I
configure it?
Thanks!
Mullin
Mullin Yu Guest
-
Increae Limit for Attachment Size?
My original webmaster set up my site www.woodsshop.com with a 600 pixel wide limit, and I can't figure out how to increase the limit. Matter of... -
Net::FTP filesize limit
I have written a script to grab some files via FTP. All is fine for all file sizes when I run it from my development machine (Active Perl) but when... -
SOAP Message with attachment is the best solution?
Hi there. I'd like to know, if anyone knows how should i send a XML file, located in server folder, to a web service. The purpose is to send and... -
How to send a DIME attachment with SOAP
Hi! I am trying SOAP with DIME attachments in web services. The web service sends the file as attachment say "test.doc", and the client has to... -
Problem of using apache soap to consume WSE 2.0 soap attachment
I developed a web service at .NET with WSE 2.0 attachming soap attachment with soap response, and I can write a .NET client app to consume it. ... -
casey chesnut #2
Re: WSE SOAP Attachment filesize limit
have you set the maxRequestLength in <httpRuntime/> of the machine.config?
it defaults to 4 megs.
<!--
httpRuntime Attributes:
executionTimeout="[seconds]" - time in seconds before request is
automatically timed out
maxRequestLength="[KBytes]" - KBytes size of maximum request
length to accept
...
Thanks
casey
"Mullin Yu" <mullin_yu@ctil.com> wrote in message
news:%23tVGb1YqDHA.1928@TK2MSFTNGP12.phx.gbl...> I am using WSE 2.0 to receive SOAP Attachment, and the following are my
> testing cases.
>
> Upload 20 files (@4KB) => pass
> Upload 3files (@1.2KB) => pass
> Upload 4 files (@1.2KB) => FAIL!
> Upload 1 file with 4.7MB => FAIL!
>
> It seems that there's a filesize limit of SOAP Attachment. How can I
> configure it?
>
> Thanks!
>
> Mullin
>
>
casey chesnut Guest
-
Mullin Yu #3
Re: WSE SOAP Attachment filesize limit
thanks!
i got it! : >
cheers,
mullin
"casey chesnut" <casey@MORE_spam_PLEASEbrains-N-brawn.com> wrote in message
news:e8DCUBZqDHA.2776@tk2msftngp13.phx.gbl...> have you set the maxRequestLength in <httpRuntime/> of the machine.config?
> it defaults to 4 megs.
>
> <!--
> httpRuntime Attributes:
> executionTimeout="[seconds]" - time in seconds before request is
> automatically timed out
> maxRequestLength="[KBytes]" - KBytes size of maximum request
> length to accept
> ...
>
> Thanks
> casey
>
>
>
> "Mullin Yu" <mullin_yu@ctil.com> wrote in message
> news:%23tVGb1YqDHA.1928@TK2MSFTNGP12.phx.gbl...>> > I am using WSE 2.0 to receive SOAP Attachment, and the following are my
> > testing cases.
> >
> > Upload 20 files (@4KB) => pass
> > Upload 3files (@1.2KB) => pass
> > Upload 4 files (@1.2KB) => FAIL!
> > Upload 1 file with 4.7MB => FAIL!
> >
> > It seems that there's a filesize limit of SOAP Attachment. How can I
> > configure it?
> >
> > Thanks!
> >
> > Mullin
> >
> >
>
Mullin Yu Guest



Reply With Quote

