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
Post a Comment