cancel
Showing results for 
Search instead for 
Did you mean: 

which adapter to use to download data from site dynamically except file typ

Former Member
0 Kudos

hi,

I am to download data dynamically from a secure website to PI server without using file/FTP adapter and send it to any folder using PI.

(At receiver end i will use file adapter , Please suggest for sender side)

I will give user name and password to that site through PI.

Which adapter I should use at sender side?

At the same time I am to call an predefined RFC to trigger a Function module in SAP system.

How to do that?

Please help me out.

Response will be appreciated..

Thanks,

Jaideep

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

reffer the below mentioned link :

you will got some help from this .

then try to use the above ans regarding username and password .

Regard's

Chetan Ahuja

Former Member
0 Kudos

thanks again dost,

It was for SOAP receiver adapter but my Q. was that my concern is sender adapterat receiver i am to use File adapter.

Any way thanks for urs effort.

If u have any solution for my problem. please help me out.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

add "&sap-client=<client>&sap-user=<loginId>&sap-password=<password>" to your wsdl

like http://server:8000/sap/bc/srt/rfc/sap/webservice _ name?wsdl&sap-client=100&sap-user=andre&sap-password=123456

Regard's

Chetan Ahuja

Former Member
0 Kudos

thanks again Dost,

But I couldn't find any field to put WSDL address in SOAP sender adapter.Can u explain it little more.

Thanks,

Jaideep

Former Member
0 Kudos

Hi

you should use SOAP adapter at sender side .

For triggering the RFC you can use the BPM .

Regard's

Chetan Ahuja

Former Member
0 Kudos

hi dost,

Thanks for urs suggestion

But here is no option to give site name and user name- password in SAOP sender adapter.