Search:

Type: Posts; User: pk1023; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    2,057

    Well! I think I got it! :) I was using the...

    Well! I think I got it! :)

    I was using the wrong objectclass because what wanted back was PERSON records, not group records.

    I used this code:


    AndFilter andFilter = new AndFilter();...
  2. Replies
    4
    Views
    2,057

    OKay, whew, I am still working on this. I...

    OKay, whew, I am still working on this.

    I have switched to this code:


    AndFilter filter = new AndFilter();
    filter.and(new EqualsFilter("objectclass", "group"));
    filter.and(new...
  3. Replies
    4
    Views
    2,057

    Yeah I know, I didn't give much detail. Thrusday...

    Yeah I know, I didn't give much detail. Thrusday was a bad day and I was ready to be out of the building!

    I am running this against Active Directory.

    I want to get a list of the member DNs from...
  4. Replies
    4
    Views
    2,057

    Getting Members from a Group Search

    I am desperately trying to get the list of members in a group from a ldapTemplate search.

    here's the code that I have that doesn't work:


    public List getAllGroups() {
    AndFilter...
  5. Setting a custom HTTP Header in a WebServiceTemplate

    All right, hopefully this is super simple.

    I am using WebServiceTemplate and a custom WebServiceClient to call a webservice.

    I need to set custom HTTP header of "Internal" and "True".

    How...
  6. Replies
    0
    Views
    785

    Desperate to get this SOAPHeader in place

    Okay, So I have no idea what I am doing, and it's probably all because I am not qualified to be doing all this. But, anyway I want this SOAPHeader:

    <miso-header:SoapHeader...
  7. Can't seem to set the content type to the right value

    Hey all, I have this code:

    public void simpleSendAndReceive(String message) {

    ApplicationContext context = WebApplicationContextUtils.getWebApplicationContext(srvCTX);
    ...
Results 1 to 7 of 7