1

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 ?

earl
  • 738
  • 1
  • 17
  • 38

1 Answers1

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