proxy-classes
WCF Proxy Generation Problems
I\'m having problems with Proxy Generation in VS2010. I have created a Client/Server app using WCF and the Pub/Sub pattern particularly. The service works well locally but while I can launch the serv[详细]
2023-03-10 12:26 分类:问答Web service not handling multiple simultaneous request from same application with proxy class
I have an application scheduling multiple tasks which are calling different web services, some the same web service but different method. Each task is executed in an interval and each task is running[详细]
2023-03-05 21:43 分类:问答Reflection Proxy- Visibility from class loader problem
I\'m attempting to: 1) Load an interface and implementation class from a given file location 2) Create a Proxy object with reflection that matches the interface, and directs all calls to 开发者_Go百科[详细]
2023-02-25 05:53 分类:问答How to write a proxy with C#?
i have coding a web application which has multi user. they are select data or insert data every thing is that. But selecting some 开发者_StackOverflow社区data need too many time such as using LINQ or[详细]
2023-02-17 04:41 分类:问答Where to set up AutoMapper to convert asmx proxy objects to domain objects?
I am calling a .asmx web service that I have added to a project as a Web Reference. Any objects that come back from the webservice are in the namespace of the webservice.I would like to use AutoMappe[详细]
2023-02-16 12:57 分类:问答Detailed ServiceDescription / Proxy from WSDL
I am using the classes ServiceDescription / ServiceDescriptionImporter to dynamically call web services. I\'d like to dig a bit deeper into the WSDL description and get[详细]
2023-02-16 05:52 分类:问答Extending auth.User model, proxied fields, and Django admin
(Edit:I know that there\'s a totally separate feature in Django called \"Proxy Models\".That feature doesn\'t help me, because I need to be able to add fields to UserProfile.)[详细]
2023-02-15 14:32 分类:问答Method parameter is missing in WCF proxy class
I have a WCF method defined as below: [OperationContract] Message GetSourceData(SourceDataQuery sourceDataQuery);[详细]
2023-02-14 17:47 分类:问答Passing __call() parameters by reference fails. Any work around?
I have written a fairly simple lazy loading proxy class, which I have documented in the past over at http://blog.simonholywell.com/post/2072272471/logging-global-php-objects-lazy-loading-proxy[详细]
2023-02-11 03:08 分类:问答Can I stop service reference generating ArrayOfString instead of string[]?
I have a web method with a signature like this: public string[] ToUpper(string[] values) I am using the \'Add Service reference\' in Visual Studio 2010 to generate a reference to my service. Unfort[详细]
2023-02-09 08:04 分类:问答