cancel
Showing results for 
Search instead for 
Did you mean: 

RFC to SOAP Synchronous

former_member190681
Active Participant
0 Kudos

Dear Experts,

I have developed RFC to Soap Sync but i am not getting Response message.

and it is showing success but response error also not coming.

Please suggest how to configure RFC to Soap.(Synchronous)

Regards,

Kiran Polani.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi SriGnanaKiran ,

    When it happens is because the error can be found in the comm channel monitoring, you can find it in the nwa / SOA Manager/ Monitoring/ Comm Channel Moni

Regards

Former Member
0 Kudos

HI ,

you can test your web service using soap Ui first,and see if you are getting the response or not


check with the team or people who is hosting the web service if you are not getting response after successful http call in SOAP UI


if web service is working fine ,then check the PI setup  at the same time you can check the logs


which PI version you are using?


regards

Siva

former_member190681
Active Participant
0 Kudos

Dear sivaramaraju,

I am using pi 7.4 dual stack.

SI-1,

MM -2(req,res)

OP-1

ED-1

ID:

Sender Agreemnt,

Receiver Determination

Interface Determination

Receiver Agreement

Sender communication Channel

Receiver communication Channel

i have created all response objects.those are ok.

ID test configuration also ok.

Please suggest where is the problem and it is not showing errors also.

Regards,

Kiran Polani

dipen_pandya
Contributor
0 Kudos

What do you expect in response? Does your receiver system sends a response message properly ?

Check with your receiver system. Better if you take a wsdl file and test it with SOAP UI.

You can try one thing also,

Remove XML Namespace from your Message Type in ESR.

iaki_vila
Active Contributor
0 Kudos

Hi SriGnanKiran,

Check in the communication channel monitoring if there is any exception.

Regards.

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,


Set LOGGING_SYNC = 1 in SXMB_ADM and then share to us the trace.


Regards,

Mark

dipen_pandya
Contributor
0 Kudos

Hi,

  1. Did you set your service interface to inbound-synchronous?
  2. Do you have a Message Mapping for response?
  3. Did you added your response message mapping in Operation mapping?
  4. Do you have an ICO for response message?

Which PI version you are using?

Former Member
0 Kudos

Hi Polani

Please check the below links, it may be helpful...

SAPTechnical.COM - Scenario on RFC to SOAP

former_member184720
Active Contributor
0 Kudos

Did you call the same web service from SOAP UI and see if you can get the response?

I assume you have defined the message interfaces as synchronous in ESR.

>>>Please suggest how to configure RFC to Soap.(Synchronous)

It's like any other interface and please search SCN for RFC to SOAP sample scenario. You'll find many blogs.