cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice scenario

Former Member
0 Kudos

HI Experts,

I have to create a webservice scenario in which i have the following requirement:-

1) It is R/3-XI- Java Application(Webservice) scenario.

2) I have 4 main services to be invoked under some processes are going on .

Please guide me how to create such a scenario.

Regards

SARAS JAIN

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi Saras,

you can try like this :

if you have BAPI or RFC in sender R/3 system so:

<b>RFCXISOAP(web services)</b> or Java Application(Webservice)

or if you have IDOC in R/3 system so:

<b>IDOCXISOAP(web services)</b> or Java Application(Webservice)

if you want to deal with 4 messages at a time so use BPM it will be suitable as your scenario.

regards

HONEY

Former Member
0 Kudos

If you need to invoke the different process at he same time you need to use a BPM. If you can invoke them just in sequence, you can, for example, use a single BAPI calling 4 interfaces via proxy.

Former Member
0 Kudos

Saras,

Probabily you can just find your solution by going through these links.

Part-1 /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1

Part-2 /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2

Regards,

Sarvesh

Former Member
0 Kudos

You would do this via the use of BPM.

I am sure this is all in the functional requirements document.

I would use this funcitonal doucmnet to draw out the process in a UML sequence diagram, develop use cases and then develop accordingly.