473,406 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

SoapHeaderException: Message Expired

Kim
Hi,
I am working on a web server that clients can upload/download files using
WSE2.0 sp3. Files are DIME-attached to a soap message. The web server accepts
files without any problem when the files are smaller than approx. 30MB. But
it generates SoapHeaderException: Message Expired error when a file is bigger
than 30MB. It usually takes 10 to 15 minutes to get the error.
I tried to put right configuration here and there but made no success. Can
anyone take a look at the following and tell me anything I missed?
The server is to allow files less then 100MB, and it times out after 100
minutes.

//machine.config
<httpRuntime executionTimeout="6000" maxRequestLength="102400"...

//web.config
<sessionState...
...timeout = "100"...

<microsoft.web.services2>
<messaging>
<maxRequestLength>-1</maxRequestLength>...

//server code
....
SoapContext.Security.Timestamp.TtlInSeconds = 0; //for response
....

//client code
....
WebServiceWse proxy = new WebServiceWse();
proxy.Timeout = 6000000; // 100min
....
SoapContext.Security.Timestamp.TtlInSeconds = 0; //for request
....
Thank you in advance!
-- Kim

Nov 23 '05 #1
0 1389

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: John | last post by:
Could anyone please help me on this?? I have a php script page, which is basically quiz. Visitors (after login in with their email address) are supposed to answer each question, and when they...
3
by: Ed Burns | last post by:
Hi. I am trying to disable a user from going back to a previous page and displaying information previously shown. I want to give them the typical "Page has Expired" warning message. I am using Win...
0
by: Silvia | last post by:
I have a application web and when execute this for a long time generated this error: Server Error in '/RAIMServer' Application. -----------------------------------------------------------...
1
by: William Bradley | last post by:
In a database I have a table that amongst other cells has a "current date" cell, and "expired date" cell and an "Index Number" cell. The "index number" cell contains code that converts the...
1
by: tshad | last post by:
This is driving us crazy. And it only seems to happen in IE. Mozilla and Firefox don't have this problem. We get this message all the time, but I can't figure out why as it is not consistant...
0
by: Vijay Balki | last post by:
I am getting the above error message, when I try to download a file from a webserver using SOAP attachments. I read a documentation and it said to do the following on client side so the server will...
0
by: Kim | last post by:
Hi, I am working on a web server that clients can upload/download files using WSE2.0 sp3. Files are DIME-attached to a soap message. The web server accepts files without any problem when the files...
4
by: sriram | last post by:
Hello Friends, I am new to this group so big HIIIIIIII to all :) fine i have a serious doubt about session handling in PHP. After 20 min (default time) session getting expired, session values...
1
by: sarabonn | last post by:
Hello everyone, Iam using webservices in my windows forms c# project. When iam using i got a error saying SoapHeaderexception. This webservices is already created and iam...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.