cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling an IFLOW from SOAPUI leads to Error response from SAP Cloud integration

VijayababuT
Discoverer
0 Kudos
557

Hi Experts

Trying to call an iflow from SOAPUI but getting following error.

~~~

Fri Jan 24 11:39:24 IST 2025:DEBUG:ParameterizedMessage[messagePattern={}:{} requires authentication with the realm '{}', stringArgs=[.hana.ondemand.com, 443, SAP Cloud Integration], throwable=null]

~~~~

I am using correct Credentials not sure why i am getting this error can someone please throw light.

Thanks in Advance

Vijay

 

Accepted Solutions (0)

Answers (1)

Answers (1)

DG
Active Contributor
0 Kudos

It is some time since I used SOAPUI but some ideas.

1. Is the service key setup for password authentication or only oauth

2. I recalled there was a way to force SOAPUI to send the basic auth request for each option. 

3. You can explore another tool like postman or bruno.

 

VijayababuT
Discoverer
0 Kudos

Hi

Its an password authentication that i have used.

Here is the detailed error.

~~~~~~~~~~~~~~

HTTP/1.1 403 Forbidden
cache-control: no-cache, no-store, max-age=0, must-revalidate
content-length: 359
content-type: application/soap+xml;charset=UTF-8
date: Mon, 27 Jan 2025 05:55:06 GMT
expires: 0
pragma: no-cache
server: SAP
x-content-type-options: nosniff
x-correlationid: 54df49e3-d298-4208-5aa6-f860a378d30a
x-frame-options: DENY
x-vcap-request-id: 54df49e3-d298-4208-5aa6-f860a378d30a
x-xss-protection: 1; mode=block
strict-transport-security: max-age=31536000; includeSubDomains; preload;

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Body><soap:Fault><soap:Code><soap:Value>soap:Receiver</soap:Value></soap:Code><soap:Reason><soap:Text xml:lang="en">An internal error occurred during message processing. Please check the logs in the Monitor System Logs</soap:Text></soap:Reason></soap:Fault></soap:Body></soap:Envelope>

~~~~~~~~

Thanks

Vijay