Hej, När jag adderar en orderrad på en order får jag följande fel ibland: Exception: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail. : ex inner = System.ServiceModel.FaultException: The message could not be processed. This is most likely because the action http 'schemas.xmlsoap.org/ws/2005/02/trust/RST/SCT/Cancel' is incorrect or because the message contains an invalid or expired security context token or because there is a mismatch between bindings. The security context token would be invalid if the service aborted the channel due to inactivity. To prevent the service from aborting idle sessions prematurely increase the Receive timeout on the service endpoint's binding. Detta fel händer ungefär en gång av 50 gånger så de flesta gångerna fungerar det som det skall. Vad rekommenderar ni för lösning? I Visma.BusinessHost.exe.config är receiveTimeout="23:59:59"
... View more