How to perform WS-Reliable messaging with AckTo: http://www.w3.org/2005/08/addressing/anonymous?
Hello, I'm trying to perform a test with WS-Reliable Messaging using version 1.2 and Acknowledgment to: http://www.w3.org/2005/08/addressing/anonymous After sending the request with WS-A version 200508 and standardvalues for Action and To I always get: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <Action xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/fault</Action> <MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:5ad1050c-9635-4388-a5ba-12dda8788ef3</MessageID> <To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</To> <RelatesTo xmlns="http://www.w3.org/2005/08/addressing">uuid:43115939-9bcd-4f43-b6fa-c65d9a573fb6</RelatesTo> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>It is not possible to send a create sequence request to the anonymous address http://www.w3.org/2005/08/addressing/anonymous</faultstring> </soap:Fault> </soap:Body> </soap:Envelope> On the clientside (RMS) SoapUI 5.2.1 or ReadyAPI 1.5 SoapUI NG is used and on serverside (RMD) ServiceMix 5.5.1 with CXF 3.0.6 is used. Any suggestions what could be wrong or missing? Log from ServiceMix is attached. BR, MarekSolved2.5KViews0likes2CommentsWhen WS-RM is enabled for a Test Case, a NullPointerException is throws when I try to run that Tests
Hi! With SoapUI 5.3.0 I'm trying to compose a test case consisting of two SOAP requests. WS-RM is enabled on the server side and I can run each of the twoSOAP requests individually, but each starts a new WS-RM sequence. I also can run the test case of the two requests successfully, unless I try to enable WS-RM in the test case option (in order to run both requests in a single sequence). Then I do so, I get the message: TestCase failed [java.lang.NullPointerException:java.lang.NullPointerException], time taken = 0 My settings on the WS-RM tab card for the test case options are: WS-RM enabled: Checked WS-RM Version: 1.1 WS-RM Ack to: http://www.w3.org/2005/08/addressing/anonymous WS-RM Expires: 10000 (btw I'm not aware of the units of WS-RM Expires, it's not mentioned, I assumed milliseconds, but the null ref exception occurs whatever I enter here). Thanks for your help!!548Views0likes0CommentsWS-RM CreateSequence request lacks WS-Security header
Hi! I'm trying to use a WCF based service that uses the security mode TransportWithMessageCredential and reliableSession ON, i.e. https for transport privacy and WS-RM, requiring UserName type credentials on message level. The problem is that I cannot get SoapUI (V5.3.0)to include wsse:Security header data in the initial WS-RM CreateSequence request, so my server denies to process this request and the whole sequence fails. A subsequent request then includes the wsse:Security header just fine, but too late since CreateSequence failed already. Any hints? Thanks!508Views0likes0Comments