cancel
Showing results for 
Search instead for 
Did you mean: 

file -> PI -> HTTP scenario

Former Member
0 Kudos

Hi PI Guru's,

Is it possible to send  XML  file to URL using  HTTPS  ?

Can we do it with out IR settings as I  don't need any file conversion ?

how to achieve the same any how to links/docs ?

Thanks,

Raj

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You basically need to create sender interface with file structure xml and sender adapter on the source side. Receiver side use http adapter to post the message. You can configure https authentication and target URL on the receiver side to post the xml data.

You can go through this link. Though this link is not very similar but gives sender file and receiver http scenario. You can also search sdn for file sender and http receiver scenarios.

http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/03/22/e-payment-a-customized-solution-o...

Hope this helps.

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

very much possible... develop scenario with ESR objects it works.

former_member214364
Active Contributor
0 Kudos

Hi Raj,

You can send XML data via HTTPS but way of sending depends on PI version . which version of PI you have?

Cheers,

Jag

Former Member
0 Kudos

Hi Jag , thanks for the reply . I am using PI 7.1 .

Iam  aware of file adapter settings want to know how

To configure HTTP adapter with XML payload Any clues

Highly appreciated .

Raj