cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP TO RECEIVER SOAP and also to receiver file

Former Member
0 Kudos

HI......

I have a scenario that I need to give input in soap ui tool and I get output in receiver file and also what response that I get in receiver file that should be in receiver soap ui tool.

it possible or not can any one help me

i have some screen shot

above screenshot i am not able get o/p in ui tool it show only these much

i want all information what i get in receiver file

is it possible

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190293
Active Contributor
0 Kudos

Hi Manohar!

I would try to create two receivers and use RequestOnewayBean with WaitResponseBean in sender adapter. Receiver channel for one receiver is a file channel and for another - for example, file or SOAP receiver with NotifyResponseBean and standard adapter module removed.

Regards, Evgeniy.

former_member186851
Active Contributor
0 Kudos

I dont think this is possible,As your using beans and writing the output in file.

Else you need to make the scenario normal and in the reponse mapping using java code to write the response file as a file and keep the soap scenario as it is without beans.