Question
Simulation Connector SOAP - How work with list of value ?
I am creating a SOAP connector simulation in order to work my construct, since the service is enabled on the target system. But I have the following question:
When I work with simulator for SOAP connector, I need to create an Activity that will be responsible for simulating the return of my service.
The service I'm trying to simulate returns a list of values as response. I'm using the Property-Set method, however from what I've seen it can only list one value per property.
How could I create a SOAP connector simulation, creating a list of values in response?
***Updated by moderator: Lochan to add Categories***
Hello
Not sure if i have understand your question correctly or not. But do you think using for each loop in your activity will help ?
Refer this