Java error on SOAP Request activity wizard?

Hi All. I get error “java.lang.illegalargumentexception” when completing the SOAP web service request wizard. I’ve upgraded all packaged to the newest version. I’m using Studio 2021.10.4.

I can click through the error, but the activity gives "Value required for argument ‘Method’ and ‘Contract Name’.

If I run the workflow, I get:

Invoke MY Request workflow: CacheMetadata for activity ‘My_Request’ threw 'System.Xaml.XamlObjectWriterException: Cannot create unknown type ‘{http://schemas.microsoft.com/netfx/2009/xaml/activities}InArgument({clr-namespace:;assembly=imieljk4}MyRequest)’.

Does anyone have any general troubleshooting tips? Thanks!

Hi @steve3886,
Could you please add screen for SOAP Activity proprites and error also you can take a look in below URL for many ways to run SOAP request :slight_smile:

1 Like

Thanks all. I switched to HTTP Request with the SOAP envelope as a string, which I think is the best way. I got a few weird errors with the Library + New Service method as well.

1 Like