I have situation like on picture:
I configured request connector like i did in soap-ui, but I don't know how to build valid SOAP HTTP_Request with uri or query parameters from HTTP listener.
How can I pass those parameters to SOAP HTTP_Request?
Edit: I know that i can put parameters into payload, how can i transform that payload into xml soap request? Is this a right way to do it or there is another way?
Edit2:
I switched to Web service consumer, but i have same problem, i don't know how to get data from http listener payload and map it to Web Service Consumer Request metadata.
Thanks in advance