cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP request to Backend is failing - HCI

Former Member
0 Kudos

Dear SAP community,

I am pretty new to the HCI world and it was requested to me to implement a simple SOAP to SOAP scenario. This scenario is meant to send a ticket into an ERP system.

My problem is that when using SOAPUI with the direct adress of the Backend, I can see the data get in the system.

But when using SOAPUI with HCI as a endpoint, I keep getting a http500 error.

The log are below :


Processing exchange ID- in r

emoveHeader[operationNamespace]:
StartTime = Mon Jan 09 09:41:29.510 UTC 2017
StopTime = Mon Jan 09 09:41:29.510 UTC 2017
ModelStepId = SequenceFlow_8
StepId = removeHeader247

Processing exchange ID-in

cxf:bean:ERP_:
StartTime = Mon Jan 09 09:41:29.510 UTC 2017
StopTime = Mon Jan 09 09:41:29.718 UTC 2017
Status = FAILED
Error = org.apache.cxf.ws.policy.PolicyException: Assertion of type {http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702}HttpsToken could not be asserted: Not an HTTPs connection
ModelStepId = SequenceFlow_15
RealDestinationUrl =
Sent To URI = cxf://bean:ERP_
StepId = SequenceFlow_15
Time Taken = 207

Exchange ID-vsa2014137-od-sap-biz-56077-1482751518408-169-14 failed:
StartTime = Mon Jan 09 09:41:29.719 UTC 2017
Status = FAILED
ModelStepId = SequenceFlow_15

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor

You may try removing the inbound WSDL details and just keep the end point URL in the configuration and try. Worked for me for HTTP.

Regards,

Vijay K