cancel
Showing results for 
Search instead for 
Did you mean: 

CPI-DS iflow error; help

0 Kudos
316

Hello,

I have created a very basic SOAP Web Service Datastore using a provided WSDL path and an iflow which selects data from S/4 calling the web service "UploadExtract" function (which was added in the datastore under "Tables").

When I execute the flow, everything seems to work up until a certain point when the following error is given:

What do I need to do with respect to WS-Security and SOAP to rectify this error? Any insight or comments are welcome.

Thanks!

View Entire Topic
former_member423067
Active Participant
0 Kudos

Hello Tim,

Please check, if your SOAP xml input is correct ?

In case of WS security, you need pass the User ID and Password in the SOAP Headers. There would be some SOAP headers also mandatory.

This would be easier for you, if you first achieve the input SOAP xml in SOAP UI tool and posting it successful in the UI. Then you can try to replicate the exact XML from DS.

with regards,

Nazeer

0 Kudos

How can I check this? Is there perhaps a simple way to create a test iflow to just test the call to the external web service?

When I check the axis2 file it shows the following error:

[Mon Jul 20 03:37:53 2020] [info]  Starting addressing out handler <br>[Mon Jul 20 03:37:53 2020] [debug] ..\..\src\modules\mod_addr\addr_out_handler.c(133) No action present. Stop processing addressing
[Mon Jul 20 03:37:53 2020] [debug] ..\..\src\core\transport\http\sender\http_transport_sender.c(246) ctx_epr:https:/.com/GMSD01_SBX/.ws <br>[Mon Jul 20 03:37:53 2020] [debug] ..\..\src\core\transport\http\sender\http_transport_sender.c(805) using axis2 native http sender.
[Mon Jul 20 03:37:53 2020] [debug] ..\..\src\core\transport\http\sender\http_sender.c(416) msg_ctx_id:urn:uuid:b8ba0c7c-f3dc-4e14-9673-6ba8fd0f7a61 <br>[Mon Jul 20 03:37:53 2020] [info]  [ssl client] Client certificate chain filenot specified <br>[Mon Jul 20 03:37:53 2020] [debug] ..\..\src\core\transport\http\sender\ssl\ssl_utils.c(190) [ssl client] SSL certificate verified against peer
[Mon Jul 20 03:37:53 2020] [error] ..\..\src\core\transport\http\sender\http_sender.c(1411) Error occurred in transport

Any ideas?