• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

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

Community Beginner ,
Apr 21, 2020 Apr 21, 2020

Copy link to clipboard

Copied

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.

TOPICS
Feature request

Views

812

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 21, 2020 Apr 21, 2020

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2020 Apr 22, 2020

Copy link to clipboard

Copied

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

 

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 22, 2020 Apr 22, 2020

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 22, 2020 Apr 22, 2020

Copy link to clipboard

Copied

Now, I understand that Soap method does not work in Adobe Reader. Is there any other way to call the Soap Web Service in Adobe which will work in Adobe Reader. Is there any work Around.

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 29, 2020 May 29, 2020

Copy link to clipboard

Copied

@mlz123456 did you found any workaround ?

 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 29, 2020 May 29, 2020

Copy link to clipboard

Copied

LATEST

I have not found any work around yet, still looking find you find please let me know.

 

 

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines