Hi All,
I have a webservice that works fine with HTTP. I will want to make it work over HTTPs using certificates.
Though the wizard (while creating dataconnectors) screen "Requires HTTP/HTTPs Authentication" has "Accepts Username/Password" and "Accepts Client Certificate". I am not sure where to specify the username-password or the certificate.
In short, how can i make my webservice that works with HTTP work over HTTPs using certificates? I tried the help in designer, but wasn't able to find much details on https.
If you have worked with HTTps before please give me hints on how this was done. Thanks.
-Pradeep
Views
Replies
Total Likes
I'm with you i 'm having a problem with https too. Mine is a wsdl webservice thru https wsdl connection. I'm using this function to do the SOAPconnect:
function fn_getInfoMaq(strCallWS)
{
var URLEntorn = "https://11.11.11.111:8443/tmaq/AppJava/services/tmaqWebService?wsdl";
var service = Net.SOAP.connect(URLEntorn);
var request =
{
soapType: "xsd:string",
soapValue: strCallWS
};
var params = {datos:request};
var result = service.methodName(params);
return result;
}
If URL is http is working fine, but when i tried a https it did not connect.
Maybe this helps us to reach a clever solution
Views
Replies
Total Likes
Adobe's support has been exceptional - it has been abt 20 days since i created an issue with their support. No response from support , their either too busy or this issue is too small for them to have a look at.
@Adobe, no courtesy uh?
Views
Replies
Total Likes
I would be interested in any suggestions on SSL Webservice calls as well.
Adobe support was some of the best I had dealt with until it was outsourced to India. People like Brian Gregarious, Laith Ali and others would often answer my questions in one phone call. Sadly, they were most likely laid off. Now it is a battle to get a ticket escalated to someone who has any knowledge specific to the product I am calling about.
Views
Replies
Total Likes