c# - When creating a WSE service, do all objects appear in the service proxy "properly"? -


i using asp.net wse web service in web application.

for reason, collections in form of array.

i.e. doing:

myservice.someobject = new myservice.someobject();

so.somecollection = new somecollection[0];

yet developer of service says defined list, not array.

is common types don't match between actual service , client proxy?

what enumerations, serialize/deserialize properly?

in metadata (be soap or mex), repeated elements. proxy-generation tool can choose interpret in variety of ways, , provide options control (in advanced page in vs, iirc - or @ command line).

serialization should still fine.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -