Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Web Service and Distant authentification

Avatar

Former Community Member
Hi,



I use short-lived process as WebServices in my forms.



When I use them in the workspace on a distant computer, a prompt appears for authentification.



There is the code I use to invoke my WebServices. I try with and without the line : service.authenticator = oAuthenticator;



----------------------------------------------------

var secure = true;



var oAuthenticator =



{



Username: "administrator",



Password: "password"



};

------------------------------------------------------

var service = SOAP.connect(cWSURLliste);



if (secure){



service.authenticator = oAuthenticator;

xfa.host.messageBox("authentification");



}



if(typeof service != "object")



xfa.host.messageBox("Couldn't get WSDL object");



if(service.invoke == "undefined")



xfa.host.messageBox("Couldn't get webservicex.invoke Call");



var param =



{



nom_client:nom,



};



Thanks
4 Replies

Avatar

Former Community Member
Hi Jerome,



Were you responding to my request for WSDL/Web Service sharing? If so! Thanks!

Avatar

Former Community Member
Hi,



No sorry but indeed there is missing parts in my message.



What I want is to script the authentication for my web service because I don't want prompt appears when I call a web service.



What is your question , maybe can I help you.

Avatar

Former Community Member
I have never written a web service so I was looking for someone who can share a working WSDL for either MS Access or SQL Server. If you can help me I would appreciate it very much!

Avatar

Former Community Member
What you want to use to written your Web Services ?