cancel
Showing results for 
Search instead for 
Did you mean: 

file-to-soap synchronous

Former Member
0 Kudos

Hi

I have a scenario where i have to create the file-soap synchronous

how we achieve that

1. Do i have to create the outbound message syn for file

venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

VijayKonam
Active Contributor
0 Kudos

You can not do that. Need to go with BPM.

Create async out for file. REceive it in BPM. Then call SOAP receiver synchronously. Then the response need to be sent to the file receiver in BPM.

Search for Async to Sync scenario in Forum.

VJ

Former Member
0 Kudos

Hi JV

We can do that without using the BPM if we have SP 19 for XI 3.0 or SP 10 for PI 7.. By using the Modules.

venkat

Edited by: venkatesh sedamkar on Dec 31, 2007 9:13 PM

VijayKonam
Active Contributor
0 Kudos

I am working on SP 16.

VJ