What is the way to invoke the SOAP API on streamsets and how to pass the WSDL to it? What are the boxes needed to do that ?
Asked
Active
Viewed 353 times
1 Answers
1
You can use an HTTP Client stage and set the SOAPAction
header with the target method. You then pass the SOAP request as the body of a POST, using Expression Language to insert record field values into the XML.

metadaddy
- 4,234
- 1
- 22
- 46