hi expects,
When i was trying to active web service in abap soamanager, en error occured:
SRT Framework exception :ICF: cannot generate ICF information from SOAP information[system is not prepared for ws security authentication(note:1319507)]
and when i follow the method(Use report wss_setup to create the user DELAY_LOGON (for7.1X) or DELAY_L_<SID> (for 7.0X), which has no authorizations. The report also stores the user password in the secure storage. If the user
DELAY_LOGON/DELAY_L_<SID> then accesses the WS provider, the initial
authentication is done using DELAY_LOGON/DELAY_L_<SID>, until the SOAP
processing framework switches the user after successful evaluation of e.g. the
sent SAML assertion.) in note and execute wss_setup, another error occured:

and until the step i have no idea how to fix this error.
I want enable SECURITY TOKEN SERVICE between abap and java system, and when i was configing abap to be web service provider this error occured.
Can anyone tell me how to do with this? What i missed when building web service provider cause i am not familiar with abap system so i may miss some basic configuration.
Can someone also tell me how to use STS to achieve SSO?
Thanks.
Add comment