According to the documentation, there should be a UiPath.Web.Activities Package available which contains an activity for creating a SOAP request, but I can’t seem to find it through the studios package manger, which can be seen in the screenshot below
and my studio has the version 2022.12.0, which I think is the latest one.
If I search for SOAP it tells me to take the UiPath.WebAPI.Activities package, but that only contains the HTTP-Request activity, not the SOAP activity.
I saw this other thread asking about the exact same thing, but that one is already 4 years old and the proposed solution didn’t help.
Anybody an idea where this SOAP activity is or if it even still exists?
Hi @GANESH_BALAGAM ,
as I already wrote, the UiPath.WebAPI.Activities package doesn’t contain the SOAP activity, only the UiPath.Web.Activities package does that (the one without API in its name)
Unfortunately, SOAP request activity doesn’t support Windows project yet. Can you try to create your project as Windows-Leagacy, then install UiPath.WebAPI.Activities package?
You are right, the SOAP activity is only available through a windows legacy project at the moment.
I guess I will just fallback to a normal HTTP request activity then, because I don’t want to change the whole project only for that activity.