IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  [ISS.0088.9164] Access to WSDescriptor denied

    Posted Wed June 18, 2014 03:24 PM

    Hi,

    I am facing a weird behavior.

    I have a WS created in WM9 instance and shared the wsdl with clients.WS has the ACL username/password set up.

    When the client tried to send the request ,he is getting the response back .But in our Error logs I can see the error
    [ISS.0088.9164] Access to WSDescriptor xxxx denied.I am facing this error only with the clients ,who are using .net application to call the WS.I checked with client ,but he is saying he is using the right credentials and getting response back .So he can’t change any thing .

    I explored on this error on different forums and found that “.net doesn’t negotiate the authentication the way web
    methods expects it”.I am not sure what exactly to be done on .net program side.

    Can anyone know what exactly this behavior and how to resolve it.

    Regards,
    Sridhar


    #webMethods
    #API-Management
    #soa


  • 2.  RE: [ISS.0088.9164] Access to WSDescriptor denied

    Posted Thu June 19, 2014 05:25 AM

    Hi Sridhar,

    I suggest to check the Permissions properties of your Web Service Provider.

    List ACL, Read ACL, Write ACL and execute ACL. You may have set correct execute ACL but check on read one.

    HTH.

    Thanks,
    Rankesh


    #soa
    #webMethods
    #API-Management


  • 3.  RE: [ISS.0088.9164] Access to WSDescriptor denied

    Posted Thu June 19, 2014 06:18 AM

    Make sure you have the user, group and ACL created on IS admin page and then configure the List ACL, Read ACL, Write ACL and execute ACL accordingly… It should work…

    To test the same try using a SAOP UI, load your WSDL, configure the username and password, and provide the required inputs and test…


    #soa
    #webMethods
    #API-Management


  • 4.  RE: [ISS.0088.9164] Access to WSDescriptor denied

    Posted Fri June 20, 2014 08:02 PM

    Hi Mahesh/Rankesh,

    Thanks for your quick response.I made fwe more testings and analysis and found out that the issue seems to be with Execute ACLs.
    1)When I give execute ACLs to Ananymous I am not getting this error in Error Logs.
    2)When I setup the Execture ACL to xxx ,I am getting this error.
    But in the both the above cases I am getting the response from the WS I noticed that the issue is at my end rather at client application end.One more strange thing is there are 75+ WSDs in the same folder and having the same ACL set up like this WSD,but not getting any error.

    Not able to understand ,what went wrong only to this particular WSD. I compared almost all the properties with other WSDs and looks they are same.


    #API-Management
    #webMethods
    #soa


  • 5.  RE: [ISS.0088.9164] Access to WSDescriptor denied

    Posted Wed June 25, 2014 02:17 PM

    Hi,

    This issue has been resolved after changing the WSD “Pre-8.2 compatibility mode” property to “True”.

    This WSD is created in WM9.0 version and as per my understanding we can keep the above property to “False” from WM8.2 developers.

    Is it some kind of an config set up issue.

    Still what I don’t understand is ,there are other WSDs created in WM9.0 and using the same ACLs and working fine with out Errors.Only very few of these WSDs had this issue.

    Regards,
    Sridhar


    #API-Management
    #soa
    #webMethods


  • 6.  RE: [ISS.0088.9164] Access to WSDescriptor denied

    Posted Wed June 25, 2014 02:25 PM

    Thanks for sharing the resolution…


    #soa
    #API-Management
    #webMethods