Showing related tags and posts accross the entire site.
-
The current web service method signatures are of strongly-typed primitives and in complex environments risk versioning challenges. UDDI just pushes the problem into configuration/deployment management. Please consider an optional switch for both Domain and Service web service generation that: Accepts...
Posted to
.netTiers - Feature Requests
(Forum)
by
Pococurante
on
10-17-2007
Filed under: complex objects, Guidance Automation, parameters, Security, Validation, Enterprise Library, ASP.NET WebServices, WebService, Serialization, WCF, .netTiers, NetTiers
-
I was researching how to improve the webservice instantiation performance for our current test implementation. During tests the initial instantiation takes upwards of a minute. Any calls following the initial one respond very prompt depending on size of data. This apparently is caused by the XmlSerializer...
-
Here is an initial patch for generating a separate class library to contain the WebMethods and C# code. It uses the Service.generated.cs and Service.cs pattern for the files. Still left to finish is the solution file website project reference for the implementation project, as well as the ComponentLayer...
-
It would also be nice if it generated the implementation of the WebService in an Implementation class library. Using the same pattern that all other generated files use having a base class with generated webservice Service.generated.cs and another class that inherits the base Service.cs that will not...