Hi there! I’m trying to send a SOAP web service request. There’s plenty of documentation online, all pointing to an activity called “SoapClientWithBodyFactory” and a helpful SOAP wizard: https://docs.uipath.com/activities/docs/soap-client . However, that activity doesn’t seem to exist.
I also tried the Web.Activities.HTTPClient Request activity, but there’s no “SOAP” option, and when I use Fiddler I see the only thing being passed is a raw string of my parameters. Can anyone help? Thanks!