cancel
Showing results for 
Search instead for 
Did you mean: 

Call WebService without BPM

Former Member
0 Kudos

Hi Guru.

I need your help.

This is my scenario:

1) PI 7.1 reads a file va FTP

2) with the contetn of this file the system calls a WS

3) with the response of the WS I need to write a file via FTP

How can I do this without BPM?

Thanks

Manuel Chiarelli

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3387] [original link is broken] [original link is broken] [original link is broken];

Web Service -> XI -> R/3 (BAPI)

[;

Webservice Calls From a User Defined Function.

[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5001] [original link is broken] [original link is broken] [original link is broken];

Regards.

Siddhesh Naik

Answers (5)

Answers (5)

Former Member
0 Kudos

Need to use JMS adapter

Former Member
0 Kudos

You can do this very easily without the use of BPM's .

What you need to do is :

Do the scenario as usual u do for all sceanrios ,

You just need to give the ftp location towards the reciver adapters (IP address) where the response have to create a file (using the business system of your choice)

NOTE: Prior to this check whether you have all permission for accesing the FTP based location for creating a file.

Former Member
0 Kudos

Hi,

Check the below link..

[https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/file-rfc-file%28without+bpm%29]

Regards,

Prakasu

Former Member
0 Kudos

Hi

i think you nedd to create a BPM (integration process)

to do that with at least a few steps like:

receiver step - to receive the file

send step - to send to web service and get the reponse

send step - to send the result to the file

and also transformation steps to do the mapping in a BPM

as it is writing response of WS to the file .

Regard's

Chetan Ahuja

former_member183906
Active Contributor
0 Kudos

Hii

You can very well do this.

File adapter for file send/receive.

SOAP adapter for web service.

this should help u out more

I think RFC Lookup is the best solution to your problem. Going for BPM might give performance issue.