cancel
Showing results for 
Search instead for 
Did you mean: 

URL link to SQL DB Scenario

former_member201264
Active Contributor
0 Kudos

Hi Experts,

I have a scenario where i have to get the data from onr URL like: ht tp://ww w.xe.com/xyz/xyz.

Which adapter is suitable either HTTP_AAE or SOAP at the sender side and the respective parameters in the channel.

Regards,

Sree

Accepted Solutions (0)

Answers (2)

Answers (2)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

By getting data from that URL means you have to use HTTP_GET and that this is automated? If yes, you can refer to Michal's blog for HTTP GET using SOAP Axis Sender

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/01/05/michals-pi-tips-exchange-rates-fr...

Hope this helps,

Mark

Former Member
0 Kudos

I would suggest to go ahead with HTTP adapter.

former_member201264
Active Contributor
0 Kudos

Hi Gouru,

Which adapter proto call GET or POST?

What are remaining parameters to be set up here?

Regards,

Sree

Former Member
0 Kudos

You need to use POST protocol. You have to enable ASMA, and have to provide the URL parameters.

former_member201264
Active Contributor
0 Kudos

Hi Gouru,

Please let me know the following things:

If I select POST as MP, then

In the genarel tab,  i can see Set Form and Set Multipart.

     In the set form there is only parameter to fill is that "Main Payload Parameter Name" , what to put here?

In advanced tab, if i set ASMA, then let me know in the followong parameters:

          a. HTTP Header fields, If set this , again lot of inputs, please let me know these also clearly?

          b. URL Parameters, If set this , again lot of inputs, please let me know these also clearly?

          c. Not Required

regards,

Sree

Former Member