on 2016 Apr 27 9:43 AM
I need to do a SOAP request but server requires a X.509 certificate with a password (pfx file).
I've done it using Soap UI by pointing the certificate file and password in SSL settings.
I also know that to define simple certificate without a password when creating a SQL Anywhere SOAP client procedure I need to use parameter certificate, however I can't find any information regarding certificates that require a password.
Sample code taken from SA 12 documentation:
create or replace function httpAddItemFunction("soapPayload" xml )
returns XML
url 'http://localhost/store'
type 'HTTP:POST:text/xml'
header 'SOAPAction: "http://localhost/addItems"'
certificate 'cert=...';
Any suggestions?
Request clarification before answering.
Not supported in SQL Anywhere, created a custom C# library instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
50 | |
9 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.