soap - Using WL.Server.signSoapMessage API -
i need sign different part of soap envelope. can done calling wl.server.signsoapmessage api multiple times different values second parameter, namely tag id.
i notice when call api second time different tag id. adds new wsse:security stanza instead of inserting signature created wsse:security stanza result of first call api.
any pointers?
no, wl.server.signsoapmessage api supports signing of single xml element within envelope. , discovered, calling multiple times add additional wsse:security header each time call it.
one approach if need sign multiple elements write java code signing of multiple elements (leveraging wssecurity api library of choice).
and call out java code within adapter:
Comments
Post a Comment