cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Scenario:  I have to pick a XML file from a server location and send it to my ECC system as Proxy. We are on PI 7.31.

I read some blogs here and configured everything, but XML file is not picked from location.

This is what I did.

ESR:

Created Data type, Message type, Inbound and Outbound service interface, Message mapping and Operation mapping.

For us, the Proxy input structure will be same as input XML, so in mapping I mapped 1 to 1. ( here I'm not sure if I need mapping at all )

IB  config:

  • Created  Business System ans Sender Comm Channel for XML,

          For Sender Comm Channel

        Adapter type : File

         Transport protocol is File system NFS.

          Qaulity of service: Exactly once,

          Polling: 60 Secs

          Processing Mode: Delete.


         File location is Server location, I checked if SID user has access to the file location.

  • For ECC system , created Receiver Comm channel

          Adapter type : SOAP

          Transport protocol: HTTP

          Adapter engine:Central Adapter engine

          Connection to ECC system is fine as we are already using it in other scenarios.

  •    Created integrated config

           Inbound processing - TAB

             Communication channel - Sender Comm channel

          Receiver - TAB

               Communication Component : ECC Business system

           Receiver Interface  - TAB

               Inbound Interface : one created in ESR

               Operation Mapping: Operation Mapping created in ESR

           Outbound Processing - TAB

             Communication Channel :SOAP Receiver channel created for ECC business system

I think I have done all the config, but the file is not picked.  Is there any place I can check or debug, whats wrong? if the file is picked? or any mapping issues?

Thanks in advance.

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Aday,

Try to check the log of the communication channel monitor, there could be an exception showed.

Check this http://scn.sap.com/docs/DOC-35805

Regards.