cancel
Showing results for 
Search instead for 
Did you mean: 

Error in consume WSDL from CPI in S4 hana on premise to Send data to CPI from S4

ravitwip
Newcomer
0 Kudos

Hi Team ,

I have received WSDL from CPI to consume and send record to CPI .

I have created consumer webservice and configure port in soamanger .

check ping web service . Every thing is working fine .

Then I have create a custom program to call my class of soap webservice and pass my data into classes .

Program runs successfully but no message in message monitor .

No data receive at CPI end also .

What point do I need to look to close this issue .

TIA

Accepted Solutions (0)

Answers (2)

Answers (2)

Bais
Participant
0 Kudos

if you want to be sure isn't cpi problem test with SoapUi or Postman.

For testing your client you can use postman echo service. (https://learning.postman.com/docs/developer/echo-api/)

But if monitor doesn't show any call this can be in 2 cases:

1) You are blocked on authentication step (not logged on Monitor... SAP one day will give us this audit information)

2) You are blocked on wsdl validation on your client, (not logged too on Monitor...)

F.B.

mastanvalim
Participant
0 Kudos

Hi ravi.tewari,

if connection test is working fine and message is not showing in monitor means something wrong in your cutom program configuration, may be not data or wrong data etc

what is the auth method you used?

did you check the logs after running your custom program?