wcf-wshttpbinding Questions
1
Solved
I'm trying to create a second endpoint in my WCF web service. I can bring up the new endpoint's "Happy Page" by putting the domain URL in my browser, so I know that IIS can find the service, using ...
Autography asked 4/4, 2014 at 16:47
1
Solved
private static final String SOAP_ACTION = "http://tempuri.org/IService1/HelloTest";
private static final String METHOD_NAME = "HelloTest";
private static final String NAMESPACE = "http://tempuri.or...
Langobard asked 28/11, 2012 at 6:21
4
Solved
I'm having a WCF Service that uses wsHttpBinding. The server configuration is as follows :
<bindings>
<wsHttpBinding>
<binding name="wsHttpBinding" maxBufferPoolSize="2147483647"
...
Cymry asked 4/5, 2010 at 13:18
1
© 2022 - 2024 — McMap. All rights reserved.