Tagged Questions
The ws-reliablemessaging tag has no wiki summary.
4
votes
1answer
1k views
Understanding WCF reliable session retry behaviour
I have several questions about WCF reliable session reliability:
Does WCF re-serialize a message during a retry attempt?
2. If 1 is correct - does it happen after message parameters were disposed ...
3
votes
4answers
152 views
How may I teach that SOAP is not a reliable transport?
I need to teach that a HTTP SOAP call may be received but the caller may not get the response due to a network failure (among other problems). (This problem made WS-ReliableMessaging be developed)
...
2
votes
2answers
171 views
Who Needs (SOAP) Reliable Messaging?
I spotted a very good argument against protocol-based (viz. SOAP) reliable messaging. Is this a flame-war topic, or is there a fair degree of consensus about this?
I think the author's "Netherlands" ...
2
votes
0answers
638 views
WCF ReliableSession and Timeouts
I have a WCF service used mainly for managing documents in a repository.
I used the chunking channel sample from MS so that I could upload/download huge files.
Now I implemented reliable session with ...
1
vote
4answers
65 views
Are WCF 'one way' communications actually UDP?
In this article, (toward the end in the 'Windows Communication Foundation' section) the author suggests that a one way transmission in WCF is essentially UDP. Is this correct? Should I assume based ...
1
vote
2answers
385 views
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.
Reliable session is set up correctly, I am using ...
1
vote
0answers
311 views
Exception notification with WCF ReliableSession enabled
We recently enabled ReliableSessions on one of our applications and have noticed some very frustrating side effects with Exception Notification. If Reliable sessions is disabled and the serverUrl is ...
1
vote
1answer
1k views
WSHttp binding and ReliableSession / MaxRetryCount
When using a WSHttpBinding in WCF with reliableSessions enabled, my service reference updates itself to:
<reliableSession ordered="true" inactivityTimeout="00:10:00" enabled="true">
...
1
vote
0answers
57 views
Axis 2/C on Symbian
I am doing a little bit of research into consuming web services on mobile platforms. In particular I'm currently looking at the Symbian platform. Now, I've seen gSOAP used from a Symbian environment. ...
0
votes
0answers
58 views
IOS implementation of simple messaging system (client/server) between clients
i've been looking around to find a simple library or a client/server sample code for implementing a messaging system between users of my IOS clients app and a REST server. I would need that each user ...
0
votes
1answer
85 views
CXF: Providing decoupled endpoint via existing Servlet transport
I have an application which provides services using CXF's Servlet transport and Jetty 6.1. This application also needs to consume external services. All services support WS-Addressing specification ...
0
votes
0answers
215 views
Digest authentication with reliable messaging
I get the following error when trying to call the endpoint
The HTTP request is unauthorized with client authentication scheme 'Digest'. The authentication header received from the server was ...
0
votes
2answers
61 views
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 delete the data from ...
0
votes
1answer
182 views
Why is reliable messaging not enabled by default on wsHttpBinding? AND Does the server or client config have precedence?
I've been reading about reliable messaging and have a few questions that I haven't been able to find the answer to:
Why isn't RM enabled by default in wsHttpBinding (and others as well)? In what ...
0
votes
1answer
505 views
WCF Reliable Messaging: stuttering service after maxPendingChannels increase
We have an issue whereby during load testing if we fire calls rapidly at one of our services we were getting the error
"System.ServiceModel.ServerTooBusyException: The request to create a reliable ...
0
votes
1answer
40 views
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.
However, the latest 1.2 WS-RM Oasis spec indicates...
This element, if present, of ...
0
votes
1answer
147 views
WCF reliable sessions via proxy server - not sending authentication credentials on Windows XP
I have a full trust XBAP which connects using reliable sessions to a remote service using the endpoint configuration attached below. The catch is that when running the application behind a client's ...
0
votes
2answers
1k views
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" ...
0
votes
1answer
142 views
WCF ReliableMessaging method called twice
Using Fiddler, we see 3 HTTP requests (and matching responses) for each call when:
WS-ReliableMessaging is enabled, and,
the method returns a large amount of data (17MB)
The first HTTP request is ...
0
votes
1answer
627 views
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">
..snap
...
0
votes
1answer
187 views
WCF WebService - Is there a way to determine that client received response?
Lets say I have a WCF service that a client can use to receive message from some server side message queue. As an example, lets say there is a server-side queue of email in a data table:
ID | ...
0
votes
2answers
350 views
SOAP Libraries Implementing WS-ReliableMessaging
I'm looking for SOAP libraries that implement WS-ReliableMessaging. So far I've come across Apache's Sandesha implementation for Axis. Are there any other frameworks that provide an implementation of ...
0
votes
1answer
204 views
Implementation of WS-ReliableMessaging for Axis 1.4
Do you know what implementation's of WS-ReliableMessaging for Axis 1.4 you have used?