cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous is not happening

former_member303666
Active Participant
0 Kudos

Hi,

RFC ...> PI ..> Web

Through function module the messages processing to target web server via PI.

1. RFC to Beb, the message are processed successfully. but response is not happening.

2. desing and configuration mention as a correct way.

i have checked the moni payload in ESR ( request and response ) execuited successfully.

once i checked with Operation mapping it is showing below error.

  • Loaded class com.sap.xi.tf._MM_xxxxxxxxxxxxx_
  • Loaded class com.sap.xi.tf._xxxxxxxxxx_$MT$InnerLibsList
  • Loaded class com.sap.xi.tf._MM_xxxxxxxxx_$MT$InnerParamsList
  • Call method execute of the application Java mapping com.sap.xi.tf._MM_xxxxxxxxxxxxxx_
  • Java mapping com/sap/xi/tf/_MM_xxxxxxxx_ completed. (executeStep() of com.sap.xi.tf._MM_xxxxxxxxxxxxx_).

Execution of mapping on server took 158 milliseconds

Executed successfully 15:24:34 End of test

what is the reason. for ack have to creat porgram ID in NWA level.

tel me the process of converting this scenario in Synchronous.

Thanks,

Kesava.

Accepted Solutions (0)

Answers (2)

Answers (2)

nabendu_sen
Active Contributor
0 Kudos

Hi Kesava,

There is no issue within the Operation Mapping and Test is successful which we can see from Log.

Please check whether you have configured the 'Response' mapping in your Operation Mapping. Find the attached screenshot.

Former Member
0 Kudos

Hi,

There is no error in operation mapping:

Execution of mapping on server took 158 milliseconds

Executed successfully 15:24:34 End of test

Is the web service synchronous?

Regards,

Beena

former_member303666
Active Participant
0 Kudos

Hi,

yes ... web service synchronous.

They send WSDL file. that file having request response.

Thanks,

Kesava.

Former Member
0 Kudos

Hi Kesava,

Please check this link:

http://scn.sap.com/people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walk...

http://scn.sap.com/people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walk...

http://scn.sap.com/message/1535811

Are you making synchronous RFC call from ABAP? In that case if web service returns response, then you should get response message in PI. Please check how RFC is called in ECC system.

You may test it from SE37 also to check if you are getting response.

Regards,

Beena