The wcf-wshttpbinding tag has no wiki summary.
1
vote
0answers
174 views
Is it possible to call WSHTTPBINDING from android?
private static final String SOAP_ACTION = "http://tempuri.org/IService1/HelloTest";
private static final String METHOD_NAME = "HelloTest";
private static final String NAMESPACE = ...
1
vote
0answers
115 views
What could cause “An operation was skipped during export because it has a wildcard action” error when publishing a service?
I created an Orchestration in BizTalk, which I published as a service, using the tool WCF BizTalk. This resulted in a service hosted in IIS 7. When I changed the web.config file to enable debugging, I ...
0
votes
0answers
56 views
Securing net.tcp Connection in Windows Azure
My rich client application communicates with my application server in Windows Azure over the net.tcp binding. Are there any chances to secure this communication? Do you have some experiences? Or ...
0
votes
0answers
42 views
WSHttpBinding options and corresponding WSDLs
Is there any documentation that documents the different options for WSHttpBinding and the corresponding WSDL it generates?
Or the other way around, if I see a WSDL from a WCF service, how can I map ...