How to pass Query string parameters in soap call

Hi Team,

Good morning, hope you are safe and well.

External system exposed a wsdl from which we generated the soap connector rules. Now they was us pass the some data in query string parameters like below,

https://END POINT:PORTNUMBER/URI?senderParty=&senderService=BC&amp

is there a OOTB way to send query sting parameters in soap call?

Thanks in advance.

Regards,

Satish

Hi Satish,

As per my understanding for SOAP we pass the request parameters in the header/body envelope of the request. Query string parameters are only available for REST services

Please correct me if I am wrong

Thanks

Hi Abhishek,

Thanks for the response. The query string parameters are configured in the end point URL directly.

Thanks,

Satish