ws-reliablemessaging
Building a reliable service in WCF
I am currently designing a service (wsHttp) which should be used to return sensitive data. As soon as a client asks for this data, I get it from the 开发者_如何学编程database, compile a list, then del[详细]
2023-02-24 08:10 分类:问答WCF ReliableMessaging - Connect to existing OperationContext using SessionId
I am currently working on a WCF - WSIT integration task. I am using WS-ReliableMessaging with WCF and ws2007HttpBinding.[详细]
2023-02-18 04:47 分类:问答Is "P0Y0M0DT0H0M0.0S" a valid value for a WSRM expires element?
Is \"P0Y0M0DT0H0M0.0S\" a valid value for a WSRM expires element? Apache CXF appears to use this value as a default.[详细]
2023-02-08 23:19 分类:问答Problems with WCF reliable session (reliable messaging)
In our WCF application I am trying to configure reliable sessions. Service: <wsHttpBinding> <binding name=\"BindingStabiHTTP\" maxBufferPoolSize=\"524288\"[详细]
2023-01-01 07:04 分类:问答WCF ReliableMessaging method called twice
Using Fiddler, we see 3 HTTP requests (and matching responses) for each call when: WS-ReliableMessaging is enabled, and,[详细]
2022-12-31 19:42 分类:问答Two drop down lists in Ajax and MySQL
I\'m trying to learn some Ajax and MySQL... Basically, the code that I have right now is similar to: http://www.w3schools.com/PHP/php_ajax_database.asp[详细]
2022-12-24 17:02 分类:问答WCF - retry doesn't work?
I have the following config for my binding: <binding name=\"wshttp\" openTimeout=\"00:01:00\" sendTimeout=\"00:02:00\" receiveTimeout=\"00:03:00\" closeTimeout=\"00:04:00\">[详细]
2022-12-16 01:13 分类:问答