joeatsatachi
Programmer
Hi
I have a problem of send argument to a web service which take an array of structure as argument.
anyone know how to convert a array of structure to an array of object which can be recognise by external web service?
the error i got is "BC30333: Value of type '1-dimensional array of ASP.cfctestSandBox_aspx.SandboxRules' cannot be converted to '1-dimensional array of System.Object' because 'ASP.cfctestSandBox_aspx.SandboxRules' is not a reference type."
Thanks in advance
I have a problem of send argument to a web service which take an array of structure as argument.
anyone know how to convert a array of structure to an array of object which can be recognise by external web service?
the error i got is "BC30333: Value of type '1-dimensional array of ASP.cfctestSandBox_aspx.SandboxRules' cannot be converted to '1-dimensional array of System.Object' because 'ASP.cfctestSandBox_aspx.SandboxRules' is not a reference type."
Thanks in advance