OK, something tells me not to be so lazy! Having looked at the PHP sample code, it looks like I have to change the password in code. Here is what I have so far:
To get the connecting computer name I use :
private static string GetFqdn()
{
const string domainName = "***********";
var hostName ...
Search found 2 matches
- Wed Feb 27, 2013 5:54 pm
- Forum: Using OpenEMM
- Topic: Using webservices in .Net
- Replies: 2
- Views: 3028
- Wed Feb 27, 2013 5:17 pm
- Forum: Using OpenEMM
- Topic: Using webservices in .Net
- Replies: 2
- Views: 3028
Using webservices in .Net
Hi all,
I am trying to get my head around the web services
Here is the binding from my web.config file:
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="openemmSoap11">
<security mode="TransportWithMessageCredential">
<transport clientCredentialType="Digest" />
<message ...
I am trying to get my head around the web services
Here is the binding from my web.config file:
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="openemmSoap11">
<security mode="TransportWithMessageCredential">
<transport clientCredentialType="Digest" />
<message ...
