cancel
Showing results for 
Search instead for 
Did you mean: 

MII API

Former Member
0 Kudos

Hi,

I would like to automate the process of password change in MII Credential store, is there any way with which i can automate this process through a standalone JAVA Application using some MII APIs?

Accepted Solutions (1)

Accepted Solutions (1)

former_member185280
Active Contributor
0 Kudos

You can probably do this via http using the Transport Service:

Transport Services - SAP Manufacturing Integration and Intelligence - SAP Library

Regards,
Christian

Former Member
0 Kudos

Hi Christian,

Thanks for the helpful and quick reply.

On browsing the Transport Services and Services, i still couldn't find the mode with which passwords can be changed.

It would be of great help if you could guide me to the mode of operation and Service type to be used for this.

Best Regards,

Shivam

former_member185280
Active Contributor
0 Kudos

Shivam,


You would probably have to use the service to export the relevant configuration file. Then decompress/decode it. Modify the configuration values you want to change. Compress and encode the modified configuration file and import it. Sorry, I don't have the bandwidth right now to sort out the details. If this is an important requirement you may want to bring in an expert to help. There may also be other solutions they could recommend but they would probably require some custom java development on the MII side.

Regards,
Christian

Answers (0)