cancel
Showing results for 
Search instead for 
Did you mean: 

MII Profile Editor service

Former Member
0 Kudos

Hello Experts,

I have a question about MII Service: Specifically about Profile Editor service:

http://<server>:<port>/XMII/Illuminator?service=admin&mode=ProfileEditor&Group=<user or role>&Type=[USER]&Payload=<xml>

Could you please tell me how to use the Payload parameter? It says it takes xml as input. But I pass xml it throws me an error. My requirement is to change the "orgunit" value of the "Additional Information" tab in the Security Services.

I am using MII 14.0

I was following the thread

and

http://help.sap.com/saphelp_mii140sp04/helpdata/en/92/af0bee70604f258024a646b560d3c5/content.htm?fra...

Please help!

Regards,

Rajesh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try this:

http://server:port/XMII/Illuminator?service=admin&mode=ProfileEditor&Group=UsrID&Type=USER&Payload=<Profile orgunit='test' />

It will show you success message but to surprise.. if you again try to check current profile..

it displays old info!

May be lil more look ahead and answer might be infront..

Ruchir

Former Member
0 Kudos

Hi Ruchir,

Thanks for the reply! Its helpful to know the Payload parameter syntax. But like you said, it is not updating user profile. I wonder does it really do what it says? Profile Editor should edit the profile but its not.

Regards,

Rajesh

Former Member
0 Kudos

Hi Rajesh,

You can update things like Navigation Items, Tab Items(which are stored and created in MII) but not the User information stored in UME.

Regards,

Rohit Negi.

Former Member
0 Kudos

Thanks Rohit!

It looks that way. My requirement was to modify the organizational unit value depending on the user selection at the run time. But now I have to do it in a separate table.

Regards,

Rajesh.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajesh,

Try the HTTPPost Action block from MII and put your XML in the "Document To Post" section.

Also make sure the XML is correct(check the xml you get using the UserProfile mode).

I don't think it is possible to update the user/role information using this service(You can check)

Regards,

Rohit Negi.