cancel
Showing results for 
Search instead for 
Did you mean: 

Return Status Message from proxy

Former Member
0 Kudos

Hi All,

I am doing a schenario wherein i am reading a file and then using proxy updating the data in R/3 Table.

Now if the data is successfully updated i want to move a file from \test\temp folder to \test folder.

The proxy which i created has input and output parameters.

I want to know do i need to use BPM in this case and also how do i get to know if the proxy is getting triggered or not.

Sumit

View Entire Topic
Former Member
0 Kudos

Hi Sumit,

As you are expecting a response you need to make your PROXY sync.

Also you need to use async/sync bridge for sending data to Proxy and Back to BPM.

BPM

1. Receive step

2.Transform step

3. sync send step (RFC1)

4.Transform step

5. async send step

Regards

Vijaya

Former Member
0 Kudos

Hi Vijaya

I dont want to use BPM in this case and my proxy is synch.

If you knw of any other way lemme knw.

Regards,

Sumit