Unable to call SOAP API

Unable to call SOAP API.

Hello,

Try filling out the properties and the variables that the API ask’s for:

such as globalMappingReference and message.

Authentication if needed.

Thanks.

kind regards, Daniel

I need to get this data from xml.
But when I do “deserialise xml” activity. my xml is showing error.
“Compiler error processing expression”

Why don’t you try calling your API using the HTTP Request Activity?

@98d5b817dcd19244c50b

Whatever you are doing is perfect and it is working fine. You just need to pass the input params for that which you have below.

If they are optional params, then you don’t need to. You can test the SOAP API using soap UI application similar to postman which we need to use for testing REST API

Do follow the documentation for the API for more info

Looks like the xml has some error.
How to verify if xml is correct???

Hello,

You can use apps like SoapUI in order to verify your XML before automatizing the process.

I strongly recommend SoapUI.

Kind regards,
Daniel

Please send link to verify the XML

Soap UI is an application which you needs to install and then create a project with the wsdl URL you have and then need to check what methods and classes you need to execute passing the params @98d5b817dcd19244c50b