.net core calls to WSDL Web Service get empty array (single object works fine)

Solution 1:

Looking at the WSDL, I see no definition for getElencoUfficiAsync or office array.

In fact, the WSDL contain reference for getProfiliApplicativi, profileList, arrayOf_tns1_profile - that's about it. I would recommend checking your WSDL and see that the method actually exists.

If so, you need to make sure you define your complex types properly through your scheme.