cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Call - Synchronous

Former Member
0 Kudos

AS Web service will take as long as 15 mins to respond. I'm using BPM. How can I make BPM wait until it receives response ?. I gave XI.timeout ooption on the SOAP receiver adapter but is not helping.

Accepted Solutions (0)

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi ST,

i not shure, may be u can use http instead of soap (building the soap-envelope in the mapping), using only the ABAP stack. You can change WAS parameter icm/conn_timeout at transaction SMICM.

Regards,

Udo

Former Member
0 Kudos

Udo changing to HTTP is not an option.

I guesss there must be a way to setup to wait BPM. I did used Wait time mon SOAP receiver. SOAP Receiver does wait as per the time specified in parameter are. But BPE is erroring out so I need to setup IE or BPE to wait for longer times I guess. Someone I'm sure ran into similar situations. Thx