We've currently an custom control option upon clicking a button , it will make a call to connector REST service.
But we have a requirement where we have to bypass this connector and directly call the end service with a SOAP call.
How to make that SOAP call ?
Click Next button
Should make a SOAP call to a SOAP url using custom control options url of the SOAP web service
We've extension to process the SOAP response
But we have to know how to send the SOAP request in such case from the screen with a button click.