cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi ,

I had a scenario where currently External System uses a VB proxy classes to send input to webservice and response comes back to th ext system.

Now with SAP implementation , the requirement is to have an update in SAP.

So i decided to use recvr proxy to update SAP, but how do i design the scenario...????

or do i use a sender proxy so when it is triggered from SAP the response coem from the webservice?

Im confused...appreciate ur help

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

I did not get clear idea of your requirement and E2E scenario.

But based on your info, I can give you some idea -

Your external system - 3rd party (VB) will consume SAP XI web service .

You can create objects in IR/ESR which will contain data types/messages/message Interface. Here you can decide if you want to make the scenario as syncronous or asynchronous.

In ID, you can configure 3rd party service/business system and SOAP sender/ (receiver adapaters in case of Async ).

Now on SAP R/3 side, you can create proxy class/interface of Inbound proxy ( and outbound proxy in case of async).

Hope, the above info suits to your requirement.

Thanks,

Sach