cancel
Showing results for 
Search instead for 
Did you mean: 

Easier option for invoking external webservice

former_member188019
Active Participant
0 Kudos

Hi,

what is the easy way to test invoking a nonSAP webservice (to which we give request and expect response).

i did file to soap scenario using bpm,

and i used file to soap using adapter module.

but both are bit lengthy procedure to check if we can invoke the webservice thru PI.

is there any other mechanism, or any other adapters that we can use to send the request and get the response from nonSAP webservice provider.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

If you just want to test the service, then file 2 soap is fine.

Set file adapter quality of service to Best effort, you see request and response in XSMB_MONI.

There is no BPM needed.

Regards

Stefan

former_member188019
Active Participant
0 Kudos

thanks Stefan,

your trick is easier and worked, once we can see the resp in sxmb_moni, that is fine enough for us to check whether our soap adapter and external webservice invocation is working fine.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Madhu,

As michal said mapping mandatory fields and sending the request and getting the reponse using soap or http adapter should not take much time. (until unless you know what all are mandatory fields --- You may need some functional help here)

Regards,

---Satish

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>is there any other mechanism, or any other adapters that we can use to send the request and get the response from nonSAP webservice provider.

not anything that would not involve using adapters...

>>>but both are bit lengthy procedure to check if we can invoke the webservice thru PI.

but they both take less then 30 mins to develop & check (without a BPM even less)...

Regards,

Michal Krawczyk