I am trying to use SOAP based Cybersource payment gateway service. Currently I am trying to use Test environment that Cybersource provides for testing sample test credit card transactions.
Created a project in SOAP UI using the WSDL : https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor/CyberSourceTransaction_1.80.wsdl
SOAP UI generated the test method runTransaction.
I copied the same SOAP message provided in Cybersource documentation in to SOAP UI as the SOAP message, which I have given below.
When I send this request, I am getting the following error:
If anyone has worked on this before or faced this issue, please provide pointers. Thanks!
09-14-2022 10:29 PM
I ran into this same message.
Unfortunately it's not conclusive what the exact error might be, but I found that mine was due to a malformed Security header. (Which is not very intuitive from the error message.)
I don't see anything immediately wrong with your Security header, but you might double check your namespaces.
I had the same problem. The url for the wsse namespace has an extra ' ' (space) that shouldn't be in there on the 3rd line of your XML. The URL should be: docs.oasis-open.org/wss/2004/01/… /omegle /shagle voojio with no space preceding the /wss/ ...docs.oasis-open.org/ wss
09-21-2022 04:51 AM
I have same issue..
10-31-2022 04:23 AM