cancel
Showing results for 
Search instead for 
Did you mean: 

how to call webservices from IDM

Former Member
0 Kudos

Hi,

can anyone provide some documents how to call a web service from IDM 7.1

Thanks in Advance

Regards,

mary

Accepted Solutions (1)

Accepted Solutions (1)

ivan_petrov
Active Participant
0 Kudos

There is an easy way to do it. Just use JavaScript and Java based webservice.

  • Copy the webservice jar in location where the IDM console is located.
  • Add path to jar file in IDM console configuration.
  • If your webservice looks like this:

  • Import jar in your JavaScript code like this:

  • Execute it like this:

Best Regards,

Ivan

former_member2987
Active Contributor
0 Kudos

Ivan,

Would you be interested in expanding this into a Blog Entry? I'd appreciate seeing more information about what kinds of webservices  we would use?  What kind of information might be passed, and so on?

Thanks!

ivan_petrov
Active Participant
0 Kudos

Hi Mat,

OK. I'll do it as Blog Entry, but it will take me 2-3 days. Please be patient, I'm too busy at the moment. When I'm ready, I'll replay again here, and will post link to blog.

Best Regards,

Ivan

former_member2987
Active Contributor
0 Kudos

Hi Ivan,

I completely understand!  Take your time!  Looking forward to reading more about this.

Matt

ivan_petrov
Active Participant
0 Kudos

Hi Matt,

The blog is ready, but it is waiting for approval since yesterday.

I hope that it will be approved soon

Best Regards,

Ivan

former_member2987
Active Contributor
0 Kudos

Ivan,

Thanks much! I'm looking forward to reading it.

Matt

ivan_petrov
Active Participant
0 Kudos

Hi Matt,

Finally the blog was approved, so here it is

Best Regards,

Ivan

Answers (2)

Answers (2)

Former Member
0 Kudos

For IdM to call web services, you need to configure the VDS accordingly, web service interaction will be done by VDS.

Identity Center -> VDS -> Web service Call

The best place for reference is the GRC Integration framework, it passes data from Identity Center to VDS which calls the web services of GRC AC.

Cheers !!

Zaheer

Former Member
0 Kudos

Hi Mary

This is done through VDS. Check this [link|;

Former Member
0 Kudos

Hi Sahad,

Thanks for your reply. but the link is about GRC integration. but i have to call a xml based webservice from IDM.

if possible can u provide me soem documents how to connect to a webservice from vds or how to generate a ear file and to deploy as sap as.

thanks in advance.

Regards,Mary

Former Member
0 Kudos

Hi Mary,

Did you find a way to call xml based webservices from IDM. It would be great if you can provide your thoughts on this.

Thanks

Anuj