SOAP Request Param[]

Hello,

I have a soup request that requires an input parameter of type param
image

In python it’s working as it shows down there
image
Can anyone help me how to pass this Argument?
request should look like that :slight_smile:

1

I have tried Dict and it didn’t work

@Ahmed_Gamal1

try using the raw body and check or try appending to uri directly

better first try in postman and then copy curl it auto populates

cheers

Hello,

I have tried it and i get 400 bad request

@Ahmed_Gamal1

so first try to fix it in postman may be you are giving it wrong there

once you get it the same can be replicated here

better refer to respective api site for details on how to configure in postman

cheers

1 Like