J
jake
Have a structure a: public struct a{ string st1, int int1} and public struct
b {a[] stra, string str2}
A method returning structure b and taking structure b as a param: public b
method1(b arg1)
When method1 exposed as webmethod, only struct b is visible. Am I doing
something wrong? Thank you very much.
b {a[] stra, string str2}
A method returning structure b and taking structure b as a param: public b
method1(b arg1)
When method1 exposed as webmethod, only struct b is visible. Am I doing
something wrong? Thank you very much.