Questions tagged [ws-reliablemessaging]

WS-ReliableMessaging is an extension to SOAP that allows messages to be reliably delivered to web-services between distributed applications.

WS-ReliableMessaging is an extension to SOAP that allows messages to be reliably delivered to web-services between distributed applications. It is part of the Web service specifications (WS-*).

44 questions
0
votes
1 answer

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 type xs:duration specifies the duration for the…
krick
  • 163
  • 1
  • 5
  • 17
0
votes
1 answer

WSO2 ESB reliable messaging

I have tried this sample "https://docs.wso2.com/display/ESB470/Sample+102%3A+Reliable+Message+Exchange+with+Back-End+Server+Using+WS-ReliableMessaging+1.1", and unfortunaly I couldn't understand the config explained in this sample. the config…
Reza Ameri
  • 1,803
  • 3
  • 24
  • 32
0
votes
1 answer

Detecting connection issues with WCF Reliable messaging

We are using WCF/HTTP based application to send messages from a client to a server and need a quick way of detecting that the server has gone down handling messages. Ideally we need to detect that the server has gone down before sending the message.…
0
votes
1 answer

Should I disable WCF reliable sessions for Intranet scenarios?

The scenario is a web server in a DMZ that talks to a WCF server for all database related calls. All calls are server to server in an intranet, either over netTcp or wsHttp from a ASPX page which calls an SVC service. Theoretically speaking, should…
MatthewMartin
  • 32,326
  • 33
  • 105
  • 164
0
votes
0 answers

cxfendpoint change WS-Addressing namespace to 2005/08 and removal of Offer in CreateSequence

I hope it is ok to ask two somehow related Questions in one. I am using a camel route to send a SOAP message to a webservice using Reliable Messaging. Now there is two Problems i ran into, first the WS-Addressing version that is used is wrong, i…
0
votes
1 answer

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 organizational proxy server, the WCF requests are…
D. A. Terre
  • 6,092
  • 1
  • 18
  • 18
0
votes
1 answer

Implementation of WS-ReliableMessaging for Axis 1.4

Do you know what implementation's of WS-ReliableMessaging for Axis 1.4 you have used?
Eduardo Santa
  • 858
  • 2
  • 8
  • 13
0
votes
1 answer

Using Ext.Ajax.request to call cross-domain web service that requires WS Reliable Messaging

We currently have a javascript client successfully accessing a web service on another domain using something similar to the following code: var postXml = "" + "" + "" + obj.param1 + "" + …
mks
  • 29
  • 5
0
votes
1 answer

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 a SOAP message with the action "CreateSequence"…
Brian Low
  • 11,605
  • 4
  • 58
  • 63
0
votes
1 answer

No element in TerminateSequence message

I am implementing a soap client using the gsoap library with WS-Reliable Messaging and WS-Security to call a one-way remote action. All the soap messages (CreateSequence, actual message, CloseSequence) have a element in the soap…
HAL
  • 3,888
  • 3
  • 19
  • 28
0
votes
0 answers

WS-ReliableMessaging interoperability between Microsoft WCF and iOS

How to call a WCF wsHttpBinding reliable-session enabled web service from iOS objective-C code.. I Wrote a general code for accessing the service, but I am getting this error "The action http://tempuri.org/MyService/AuthneticateUser is not supported…
0
votes
2 answers

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 the WS-ReliableMessaging specification? Thanks!
Adam E
  • 363
  • 1
  • 8
-1
votes
1 answer

How WCF with basic binding over TCP is not reliable?

Since i had bad introduction that confused people, I am editing the question and removing the introduction I previously made. Now, here is the business case for which now I have concerns. C# pseudocode: Array.ForEach(files, filename => …
Miloš
  • 149
  • 1
  • 12
-1
votes
2 answers

How to call WS-RM Web services with Apache JMeter

How can I enable ws reliable messaging in JMeter for web services. When I'm trying to send request in jmeter, I am getting error like mismatch endpoint but in SOAP UI tool it is working fine after enabling the ws reliable messaging option.
1 2
3