cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver http adapter scenario

former_member185881
Active Participant
0 Kudos

Hi All

I have a scenario file to http

I got a URL : intouch.capillary.co.in/api/loyalty/addbills.xml

According to me i think the 3rd party is asking to create a file addbills.xml in the specified path, am i correct

Is it possible to create file using receiver http adapter?

Regards

Dheeraj Kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to use a FileToFile scenario for this purpose.

Receiver File Adapter with destination file name = "addbills.xml"

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dheeraj,

Firstly, you cannot create a file using HTTP adapters (receiver or sender).

In sender adapters the payload directly hits the Integration Server of PI and is processed.

In receiver adapters the payload is transferred in xml format to the target location.

The URL should be the target location where the payload needs to be transmitted. Please discuss wit the 3rd party in detail and ask if they require an XML file or HTTP payload.

Cheers,

Souvik