简体   繁体   中英

php wso2 ws-security sign only messages without encryption

I need to send a structure via soap which is time marked and cert signed but the body is not encrypted (ws-security mechanism). How to achieve such result - how to create a message signed with cert but not ecnrypted. Also I have to add that currently I have cert.p12 from my provider which as far as I know have two keys public and private inside.

Any ideas?

https://svn.wso2.org/repos/wso2/trunk/wsf/php/samples/security/signing中检查以下示例文件夹,以获取有关如何使用WSF / PHP实施签名的示例。

I'm not sure, but a SOAP request itself can not be encrypted. You only can encrypt ans sign the connection to the server.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM