cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc to SOAP: client handler for response

Former Member
0 Kudos

Hello All,

I have a scenario with IDOC to Web services.

Is it possible to establish synchronous communication?

We do not want to use BPM.

I tried with importing IDOC structure into External definition, and then defining it as Synchronous Interface like this

IDOC Interface(Outbound) -> output:'ZINVOIC'

input: 'Response'

WSDL Interface(Inbound) -> input:'Request'

output:'Response'

But this did not work as the response is still going from Web services to the sender channel which is IDoc adapter

If asynchronous, the web service party is telling me to set up a client handler to listen to the responce that web service is sending. Is it possible? and if possible, please explain the steps.

Please help me out with this!

Thanks,

Lakshmi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Lakshmi,

We also had similar requirement. This cannot be synchronous. IDOC to Webservice is always an asyn communication.

Hope this helps.

Thanks

-Kulwant

Former Member
0 Kudos

Hello Kulwant,

Can you tell me how you did the asynchronous scenario?

Mainly i want to know how did you handle the response that web service sent?

Regards,

Lakshmi