cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to File

Former Member
0 Kudos

Hi folks,

I am new to PI and I am developing a scenario that I have a SOAP Sender that sends some data to a File Receiver.

Testing the service with soapUI the response is:


      <SOAP:Fault>
         <faultcode>SOAP:Server</faultcode>
         <faultstring>System Error</faultstring>
         <detail>
            <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
               <context/>
               <code>MAPPING.CANNOT_READ_PAYLOAD</code>
               <text>Unable to read payload from the message object</text>
            </s:SystemError>
         </detail>
      </SOAP:Fault>
      

The file is been written with sucess, but I am having problems in the response.

Is File Adapter able send a reply to the SOAP Sender? Is there some specific SAP Module to do that?

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

File receiver cannot behave synchronously. If you want to pick up a file again after writing some file to directory, then you need to use BPM.

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek thanks for the response,

In this case where SOAP Sender is synchronous and File Receiver is asynchronous, am I able to send a response only using BPM?

Former Member
0 Kudos

Yes Felini thats true.

Regards,

---Satish

Answers (0)