endpoint
Groovy: How to change endpoint using ws-client?
I\'m using ws-client in a Grails Project to call an web service. It\'s ok, but it\'s reading endpoint from WSDL.[详细]
2023-03-22 23:42 分类:问答WCF Endpoint Contract Name -- How to assign it if it is generic?
IGenericService resides in the Assembly Named: \"ABC.Server.Common\" (ABC.Server.Common.dll) MyType resides in the Assembly Named: \"ABC.Server.Modules.X\" (ABC.Server.Modules.X.dll)[详细]
2023-03-15 11:00 分类:问答Silverlight WCF services calls for weird URL on server
I have a problem with Silverlight 4 and WCF. I\'m debugging my Silverlight application that should connect to https://MYSERVERNAME/mijn/DataSource/Editie.svc/ instead it always requests https://WRON[详细]
2023-03-15 05:10 分类:问答How can I programmatically get the binding that my client proxy is using?
I have a WCF proxy generated at runtime with DuplexChannelFactory. How can I access the binding information given only the service interface returned from DuplexChannelFactory?[详细]
2023-03-13 03:30 分类:问答JetS3t : Amazon S3 : How to dynamically change endpoints
My understanding is that before Jets3t 0.7.4 S3 endpoint was set statically at S3Service::setS3EndpointHost. So there was no way to use Jet开发者_如何学Cs3t to Get/Put content to S3 using different S3[详细]
2023-03-09 14:46 分类:问答WCF - how to set "enableWebScript" dynamically?
I\'m working on my first WCF service, which will support several Ajax calls. I have an endpoint configured this way:[详细]
2023-03-09 08:05 分类:问答How can I discover current endpoints of my c# application programmatically?
How can I code a c# sample for reading my Client endpoint configurations: <client> <endpoint address="http://mycoolserver/FinancialService.svc"[详细]
2023-03-08 07:05 分类:问答Directly accessing Azure workers; bypassing the load balancer
Typically, access to Azure workers is done via endp开发者_如何学运维oints that are defined in the service definition. These endpoints, which must be TCP or HTTP(S), are passed through a load balancer[详细]
2023-02-27 06:25 分类:问答How get the current endpoint info in an IOperationBehavior attribute in a WCF service?
I have a service exposing 2endpoint and I would like to apply message formatting to only one of the endpoints.[详细]
2023-02-26 19:40 分类:问答ASP.NET MVC for REST endpoints
I would like to know if it is a good idea to use asp.net MVC for defining a REST endpoints. I have a virtuoso server running on my machine, and my idea is to develop application that will use default[详细]
2023-02-26 14:04 分类:问答