cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to webservice

Former Member
0 Kudos

Scenario is Synchronous Proxy to Web service.

Can I do it with out using BPM.

If yes, how web service response will be given back to R/3.

Does Proxy needs receiver determination, receiver agreement, when it receives response from web service.

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos

Hi,

> Can I do it with out using BPM.

Yes

>If yes, how web service response will be given back to R/3.

Need top Create the Outbound Message interface as Sync

>Does Proxy needs receiver determination, receiver agreement,

Yes ( Can you clearly specify what you are expecting) Since your Receiver is WEBSERVICE need Receiver Agreement & Receiver Determination is essential.

Cheers

Agasthuri Doss

Former Member
0 Kudos

Thanks for your responses.

Agasturi,

What I mean is, when web service gives response back to XI, XI has to communicate the same to R/3 as response.

Thats why I have asked, if Proxy needs receiver agreement and receiver determination.

what I have done so far is, the same Amit had said, needed confirmation how R/3 gets the response back from XI

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>needed confirmation how R/3 gets the response back from XI

Since your Outbound message interface is sync ,,the R/3 will get the response back from the Webservice.

Cheers

Agasthuri Doss

Former Member
0 Kudos

Hi Viswanath,

I hope your query is resolved. pls.close this thread with answered and by rewarding the point.

thanks

amit

Former Member
0 Kudos

Hi,

You don't need to use BPM for this scenario. It is simple Synchronous Scenario.

Create a Outbound Synchronous Message Interface with Output and Input message. Create a Proxy on this Message Interface.

In Mapping map the response structure from webservice to input message structure.

You need to create one Sender Agreement, one Receiver Determination, one Interface determ and one receiver agreement.

Hope this answers your question.

Thanks

Amit