cancel
Showing results for 
Search instead for 
Did you mean: 

File to SOAP

Former Member
0 Kudos

Hello Friends,

Could anyone pls provide me with the step by step guide for the file to soap scenario. I have the input as a text file which I am posting to XI Using the file adapter. XI invokes the Webservice using the soap adapter and it has to write the response back to a text file.

I am able to post the request message ( through file ) to Webservice ( using soap ) and having problem in receiving the response back.

Please provide me the steps to receive the response back from Soap to File.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mee Ra,

You would need to use a sync-async bridge (BPM). Dont think its possible otherwise.

Hope I have answered your question.All the best

cheers,

Prashanth

P.S Please mark helpful answers

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks all for your response.

I would still like to know whether is it possible to implement File to Soap to File without using BPM.

moorthy
Active Contributor
0 Kudos

If you want to get the response back from SOAP, then without BPM it is not possible.

Regards,

moorthy

Former Member
0 Kudos
moorthy
Active Contributor
0 Kudos

HI,

Just to add on -

This blog may help u-

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Just think of SOAP instead of RFC in this scenario.

to get the response back to XI, you need to map the Webservice/wsdl response structure . Did you do Req and Response mapping ? Hope your webservice is a Synchronous one,.

Regards,

moorthy

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you nedd to create a BPM (integration process)

to do that with at least a few steps like:

receiver step - to receive the file

send step - to send to web service and get the reponse

send step - to send the result to the file

apart from that you will need transformation steps

to do the mapping in a BPM

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>