python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Basic Authorization in Java | Apache CXF
I would like to implement SOAP requests in Java (Client side).
I already created a SOAP project in SOAP 5.6.1 to test and everything works well.
The requests need a Basic Authorization (with username ...
Mickaël Brás Dias
Votes: 0
Answers: 1
Apache CXF WS-Security: "Security processing failed (actions mismatch)
I am trying to generate a SOAP request using Apache CXF WS-Security similar to the following request(I generated it using SoapUI) :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org...
Yeikel
Votes: 0
Answers: 1
Adding SecurityContextToken to SOAP 1.1 Message using Apache CXF
I have to call a secure SOAP 1.1 (using X.509 Certificate) and currently getting error: An error occurred when verifying security for the message.
I suspect(and I stand corrected), the SOAP request ge...

n002213f
Votes: 0
Answers: 0
CXF: javax.xml.ws.soap.SOAPFaultException: An error occurred when verifying security for the message
I am using the following CXF client to invoke a SOAP web service:
QName serviceQName = new QName("Namespace", "ServiceName");
String urlString = "https:endpoint?wsdl";
QN...

StudentOfTheGame
Votes: 0
Answers: 1