Forum Discussion

neehakale's avatar
neehakale
New Member
11 years ago

The message has expired

I installed the current version of SOAP UI on my laptop. When I run any request I get the error message

 

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode xmlns:ns1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">ns1:MessageExpired</faultcode>
<faultstring>The message has expired</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

 

It used to work well on my desktop. Could you please help me to figure out the problem.

 

Thank you

1 Reply

  • rupert_anderson's avatar
    rupert_anderson
    Valued Contributor

    Hi,

     

    It looks like the SOAP service you are calling has a WSS Timestamp check? If so, it appears that the request that you are submitting may have an out-of-date timestamp property. See http://www.soapui.org/soapui-projects/ws-security.html for details of how to provide a Timestamp element as part of a outgoing WSS profile.

     

    Cheers,

    Rupert