Answer the question
In order to leave comments, you need to log in
How to pass a List to c#?
Hello. Help find a solution.
the web service has a WSDL. I added a link to it in the c# application.
there in SOAP you need to pass parameters to the function
createD (String token, List<mapEntryStringString> attribureValues)
List<mapEntryStringString>
problem. Answer the question
In order to leave comments, you need to log in
in c# there is no map, but there are dictionaries. but if I make attribureValues a dictionary (key-value), then an error occurs:
it is impossible to convert the dictionary type to the mapEntryStringString type.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question