CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tellaston

Search: Search took 0.03 seconds.

  1. Re: "element is not declared" when xsd on an xml file

    Use the xsd tool to generate an xsd of your xml file. This used to come with VS, but you should be able to download it here http://www.haiders.net/post/Download-xsdexe.aspx

    eg. xsd sample.xml...
  2. Template Match on a xml tag with a namespace

    I am doing xslt transformation on a sample xmldoc using the xslt below. The problem I am having is its not matching on 'Publication'. If I remove the namespace it works fine. Is there a way to get...
  3. Replies
    6
    Views
    9,455

    Re: Creating a LDAP Listener in .Net

    Again thanks for your replies Craig. I will take your advice, and put it to the team and customer. I am thinking we may have to look into some products like you suggested. I appreciate the time you...
  4. Replies
    6
    Views
    9,455

    Re: Creating a LDAP Listener in .Net

    According to the customer the third party uses an LDAP connection to make LDAP Queries against an LDAP Server. The customer for security reasons does not want the third party to make queries against...
  5. Replies
    6
    Views
    9,455

    Re: Creating a LDAP Listener in .Net

    Thanks for the reply Craig.
    I don't think the ADAM will do the trick, but your second option A proxy listener that redirects LDAP requests is more of what I am looking for. Please let me know if you...
  6. Replies
    6
    Views
    9,455

    Creating a LDAP Listener in .Net

    Hi Guys,

    I am looking for ideas on how to create an LDAP Listener and some code if possible using .Net. I have done quite a bit of searching, but so far nothing, using .Net.

    Here is the...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured