C
Cralis
Hi guys,
I am trying to create my web service (Std ASP.Net), and what I do is
passes a custom object I have, which has string fields. One is
'CommandName'. On the web service, I get the object, check the
CommandName, and then do something, returing a string value.
Now, I need to pass a CommandName, and a variable number of parameters
(Depending on the command). So, I was hoping to pass a Dictionary of
String,String key value pairs. No go... It all fell apart. Now, I
assume it's due to web services not liking certain types. I had the
same iss with a List<>.
Could someone advise on the best way to do this?
I am trying to create my web service (Std ASP.Net), and what I do is
passes a custom object I have, which has string fields. One is
'CommandName'. On the web service, I get the object, check the
CommandName, and then do something, returing a string value.
Now, I need to pass a CommandName, and a variable number of parameters
(Depending on the command). So, I was hoping to pass a Dictionary of
String,String key value pairs. No go... It all fell apart. Now, I
assume it's due to web services not liking certain types. I had the
same iss with a List<>.
Could someone advise on the best way to do this?