I'm trying to call umbraco's Memberservice from a C# console app. The service is enable in umbracoSettings and I can see it in a browser. I have created a web reference to it in my app but all I see is Request and Response classes and 2 interfaces MemberServiceSoap and MemberServiceSoapChannel
- but that's not enough to call the service - or am I mssing something here?
Calling Memberservice
Hi
I'm trying to call umbraco's Memberservice from a C# console app. The service is enable in umbracoSettings and I can see it in a browser. I have created a web reference to it in my app but all I see is Request and Response classes and 2 interfaces MemberServiceSoap and MemberServiceSoapChannel
- but that's not enough to call the service - or am I mssing something here?
So my question is - how do I call the service?
/Thanks
is working on a reply...