advice to secure web service needed
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0
Hello,
I must develop a client for a secure web service using HTTPS and WSSE (with attachments).
First i create a test procedure for a non-secure web service using UTL_HTTP (for UTL_DBWS not work for https from what I understand).
It works correctly and doesn't make problem. (Still happy because it is the most basic level).
However, regarding the attachment, I do not know how I could do to add to the SOAP message that I send.
And regarding security https, I thought using the Oracle wallet, but for secure in WSSE, I have no idea (change the message body soap ???).
Hello,
I must develop a client for a secure web service using HTTPS and WSSE (with attachments).
First i create a test procedure for a non-secure web service using UTL_HTTP (for UTL_DBWS not work for https from what I understand).
It works correctly and doesn't make problem. (Still happy because it is the most basic level).
However, regarding the attachment, I do not know how I could do to add to the SOAP message that I send.
And regarding security https, I thought using the Oracle wallet, but for secure in WSSE, I have no idea (change the message body soap ???).
0