cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading file from web

shabbir_mohmad
Participant
0 Kudos

Hi Folks,

I have a requirement in which:

We have to download a file from web using Https with user and pwd authentication.

Initially I thought it as SOAP/HTTP sender scenario, but my guess is wrong because in both the cases, data should be pushed to PI from outside.

But here my case is : PI has to have the control to connect to a web and download data.

So, could you pls put your ideas on this.

Accepted Solutions (0)

Answers (5)

Answers (5)

shabbir_mohmad
Participant
0 Kudos

Hi All,

Thanks a lot for your valuable suggestions. Client needs to use only HTTP adapter in this scenario to download the file from web.  Any ideas please .....

rajasekhar_reddy14
Active Contributor
0 Kudos

Did you try downloading the xml file using UDF ? or Java program. HTTP adapter will work for you.

vishal1889
Active Participant
0 Kudos

You can write an UDF in Message Mapping to download the file from HTTPS URL.

Regards

VJ

gagandeep_batra
Active Contributor
0 Kudos
iaki_vila
Active Contributor
0 Kudos

Hi,

Have you checked  Michal Krawczyk's blog ?


Regards.

rhviana
Active Contributor
0 Kudos

Hi buddy,

Question.

This "web" it's a webservice ? If yes, do you have wsdl ?

It's SYNC or ASYNC scenario ?

Regards,

shabbir_mohmad
Participant
0 Kudos

Hi Ricardo,

I have a url and User name pwd authentication details and is asynch scenario.

we don't have wsdl.

rhviana
Active Contributor
0 Kudos

Ok,

It's a webservice receiver !

If SAP PI must "control" so the msg must be triggered from SAP PI, if SAP PI must just receiver msg, you must provide the WSDL for system.

it's async means that you just need drop information into Web and just it. So this "web" system must have the structure, it's it possible to check it when you try looking at adress via browser ?

Regards,