cancel
Showing results for 
Search instead for 
Did you mean: 

processing xml files

Former Member
0 Kudos

Hi all,

I am pretty new to xi. I have a business requirement, where the 3rd party will be sending us an xml file. How can I process this into XI? Can this be done in a file adapter?

Please help. thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

You can configure Sender file adapter to send XML to XI. Make your Data Type structure same as XML file.

If u want Response back(depend on your business requirement) then u can send this XML file using HTTP Client and get response back.

File-XI-file

//Part1

//Part2

HTTP-XI-RFC

Edited by: Dharamveer Gaur on Oct 11, 2008 3:05 PM

Answers (4)

Answers (4)

Former Member
0 Kudos

Hey,

you need to do the designing in IR

your source system will be File and target will be the receiver.

As your file is providing XML there is no need for file content conversion.

Yes ftp adapter will be sufficient on the sender side.

But depending on your target you will require another adpater.

regards,

Milan

Former Member
0 Kudos

Hi Paul

Refer the blogs provided above. You should be able to achieve this using XI. In case of problems post the error you are receiving

With this as you are new do refer to the Help documentation

http://help.sap.com/saphelp_nw70/helpdata/EN/e3/94007075cae04f930cc4c034e411e1/content.htm

Good Luck

Thanks

Gaurav

Former Member
0 Kudos

hi,

follow these two blogs which are very good for doing File to File scenarios

Thanks,

Madhav

Note: Points If Useful

Former Member
0 Kudos

Hi Paul,

You have to use File adapter to read xml file.

What is your target? Is it Idoc? RFC?

You have to create data type as per your xml structure.

Check these links for more details

[|]

[|]

[|]