Search found 2 matches

by mhooper
Wed Feb 27, 2013 5:54 pm
Forum: Using OpenEMM
Topic: Using webservices in .Net
Replies: 2
Views: 3028

Re: Using webservices in .Net

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 ...
by mhooper
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 ...