Skip to main content
Question

How to connect to a SOAP web service?

  • June 17, 2024
  • 0 replies
  • 4 views

Forum|alt.badge.img+15

Since Custom Extractors are implemented por REST APIs only, what is the best strategy to consume a SOAP web service? I successfully consumed it via a Python request, using an XML body. Is Celoxtractor the only way to upload the data, or is there a more straightforward way to connect to a SOAP WS? Thanks