SOAP

Hello

Is there a way to wrap SOAP WSDL like we do in Delphi?

Thanks

At this moment there is no built-in class or component to deal directly with SOAP.
For now, you'd need to do this by directly using the XML parser at application level
https://www.w3schools.com/xml/xml_parser.asp

1 Like