Skip to main content
Known Participant
April 21, 2020
Question

SOAP WEB SERVICE Not Allowed Error Security Setting prevent to access this method

  • April 21, 2020
  • 1 reply
  • 1089 views

Hi, 

I'm using the below method to access my web service it's working fine if I'm accessing my web service from the Adobe reader but If i'm uisng it from Internet explorer it's give me the error 

"Not Allowed Error Security Setting prevent to access this method". I have to use this from Internet explorer.

 

var cURL ="http://localhost:port/WebService.asmx?WSDL";

var oParam = "Location";
SOAP.wireDump = true;
var oAuthenticator = { UsePlatformAuth:"true"};

var ver = SOAPVersion.version_1_2;

var oRequest = {

soapValue:"<Query xmlns='http://tempuri.org/'>" +

"<QueryName>" + oParam + "</QueryName>" +

"</Query>"};

var cAction = "http://tempuri.org/Query";

var response = SOAP.request(

{
cURL: cURL,

oRequest: oRequest,

cAction: cAction,

oAuthenticate:oAuthenticator,

bEncoded:false,

cVersion:ver

});

 

I have tried Soap. connect method and getting the same error.

I have added the WSDL site as trued sites as well as added the site the adobe setting.

This topic has been closed for replies.

1 reply

John T Smith
Community Expert
Community Expert
April 21, 2020

Internet Explorer is a Microsoft product, so you need to ask Microsoft

 

Go to the Search bar at the top of http://www.microsoft.com/en-us/default.aspx to find an article related to your problem

Known Participant
April 22, 2020

Thanks for your response, I have checked it with Adobe Reader, and Getting the same error. Could you please help me with that.

 

 

Legend
April 22, 2020

This seems to have been answered many times, and you've seen the answers. If you don't understand some detail of the answers please ask about the detail, instead of asking all over again.