Questions tagged [wsse]

WS-Security, or web service security is a soap extension which provides eg signing of soap messages.

147 questions
0
votes
1 answer

Access to ORO-Platform API with Koltin fails while generating WSSE-Header

Given to this PHP-file for generating the WSSE-Header to access the ORO-Platform API (https://oroinc.com/oroplatform/). Official documentation for building the WSSE-Header:…
SkaiBoa
  • 53
  • 7
0
votes
2 answers

Spring-WS request fails but soapUI works

I am using spring-ws to call a secure soap web service. I have a client certificate to sign my outgoing requests and also I have a server certificate to validate the server´s response. Here is the console output 01:12:24.373 [main] INFO…
tonyskulk
  • 11
  • 7
0
votes
1 answer

Weblogic SOAP request with WSSE security header fails to process

I have configured a service deployed on Weblogic which uses WSSE security header authentication. The security headers (username and password) are used to pass on to LDAP to check for the client's authentication. The security header are embedded as…
sunny_inw
  • 31
  • 4
0
votes
3 answers

How to add Type to passwordtext in Apex to a SOQL webservice call?

I have a webservice call with below output of xml from the below security class which is from oasisopenorgwssSecurity XXXXXXXX
Harika
  • 11
  • 6
0
votes
1 answer

WSHttpBinding: Entropy.BinarySecret role in message encryption

I am writing a simple SOAP client application in Python. WSDL file can be found here: https://clients.nationalmailing.com.au/ServiceTest/OrderService.svc?wsdl Unfortunately the server declared usage of wsHttpBinding in its WSDL file and I had to…
baldr
  • 2,891
  • 11
  • 43
  • 61
0
votes
0 answers

PHP Soap - Can't request from server (WSDL)

I'm very new to the SOAP service. I got this error to implements into PHP. Server was unable to process request. ---> Object reference not set to an instance of an object. Code: Soap envelope (I retrieved it using Postman)
rootnel
  • 43
  • 6
0
votes
1 answer

Remove Timestamp from WSSE Security Header C# ASMX/WCF Service

I have added a Java WSDL in my project as Web Reference. I am consuming it to call a service on an endpoint. I have added a WebMethod in an ASMX file and calling the service there. The requirement is to use WSE Security and sign the request with…
0
votes
1 answer

Unable to decrypt MTOM/XOP attachment using SUDS (python)

I have a SOAP client that downloads a file from a server. The request has its body and attachment (the file) encrypted using two separate keys. Both keys are included in respective tags. I can decrypt the body no problem using…
ierdna
  • 5,753
  • 7
  • 50
  • 84
0
votes
1 answer

WS-Security-SOAP X509PKIPathv1

I tried to connect to a soap web service using wsse security implementation. I used nodejs client soap for processing this. But I don't know how to generate value on example bellow.
SSA
  • 11
  • 2
0
votes
1 answer

javax.xml.soap.SOAPException:unable to find namespace for prefix: wsse HEADER Security

I have the following error when I tried to code the header using security: javax.xml.soap.SOAPException: unable to find namespace for prefix: wsse at weblogic.xml.saaj.SOAPElementImpl.addChildElement(SOAPElementImpl.java:357) at…
Tomas
  • 1
  • 4
0
votes
1 answer

How to have a secure API with symfony backend and WSSE auth & angular front end?

I have my backend with Symfony2 (fosuserbundle, fosrestbundle, nelmio & wsse auth) and my frontend with Angular2. I want secure this with WSSE auth headers. My salt is generate with Sf2 and my WSSE token too. But how can i develop this linked to the…
Kamy
  • 21
  • 1
  • 5
0
votes
1 answer

Apache CXF WebServices Client Error

I have a client that I generate using the WSDL that I have. When I tried to connect to this WebService, I get the following error: javax.xml.ws.soap.SOAPFaultException: An error occurred when verifying security for the message. at…
joesan
  • 13,963
  • 27
  • 95
  • 232
0
votes
2 answers

CXF WS-Policy configuration

I have the following CXF configuration class: package de.wps.ztr.config; import org.apache.cxf.Bus; import org.apache.cxf.bus.spring.SpringBus; import org.apache.cxf.jaxws.EndpointImpl; import…
Peter Schura
  • 130
  • 2
  • 15
0
votes
2 answers

how can insert this soap header in client side request at c#

I have to insert this header client side request for soap web service.How can I do ?
Sezer Erdogan
  • 167
  • 1
  • 9
  • 34
0
votes
0 answers

how to consume ws security header in soap web service c#

I need some help.Firstly I wrote one soap web service with basic authentication.But I have to change with wssecurity in soap.How can I consume coming ws security header I have to read username and password and I have to compare my username and…
Sezer Erdogan
  • 167
  • 1
  • 9
  • 34