Forum OpenACS Development: I need help with a SOAP definition

Hi.
We are working on a new method in a Web Service.
We have tested the method in SoapUI and it works correctly.
We create the new method and test it on the shell but we have a problem invoking the method.

The method works with arrays (https://docs.microsoft.com/en-us/dotnet/standard/serialization/controlling-xml-serialization-using-attributes).

We need to know how to set and use these kind of arrays on the SOAP definition.

Thanks for the help

Collapse
Posted by Brian Fenton on
Hi Mauricio

sure, what have you tried, and what exactly is the problem? SOAP is messy as hell, and I would recommend avoiding it, if at all possible.

Brian