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

Is it possible to call web services in adobe connect application?

New Here ,
Apr 09, 2011 Apr 09, 2011

Copy link to clipboard

Copied

I have facing one security issue  in adobe connect

Error Description is "Security error accessing url

Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://xxxxxx/WebService.asmx?wsdl)"

Is it possible to call web services in adobe connect application?

Thanks and regards

Selvan

Views

1.9K

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
Contributor ,
Apr 11, 2011 Apr 11, 2011

Copy link to clipboard

Copied

I cannot uderstand what you mean with "connect application".

Can you please elaborate?

Can you please describe the environment and your custom development?

Which version of Adobe Connect? Hosted or On Premise? How it is installed? What is the custom application nature?

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
New Here ,
Apr 11, 2011 Apr 11, 2011

Copy link to clipboard

Copied

Hi,

We have created one application for conferencing.

We need to access database. So we create webservice for access DB.we get data using webservices in flex application.

when we upload application to connect we get below Error

Error Description is "Security error accessing url

Unable to load WSDL. If currently online, please verify the URI and/or format of the WSDL (http://xxxxxx/WebService.asmx?wsdl)"

Thanks

Selvan

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
Guest
Apr 11, 2011 Apr 11, 2011

Copy link to clipboard

Copied

I do not believe Connect can consume a WSDL file in a Connect room.  You'd have to use the API to determine how to get your data into the room. You can run a FLex app directly inside a Connect room so maybe that is the answer.

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
Contributor ,
Apr 14, 2011 Apr 14, 2011

Copy link to clipboard

Copied

This seems more a security problem in the Flex application, than on Connect.

Connect just cannot call WSDL (there's no API in it), so it's your Flex app (I guess you shared it in a pod) that has a security issue.You are using Connect just as a Flex container for your app, right?

Have you checked if it is run outside of the Connect context it gives the same error? Have you checked the crossdomain.xml files?

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
New Here ,
Apr 14, 2011 Apr 14, 2011

Copy link to clipboard

Copied

checked with outside the  connect it works fine in  local domain.

But same security error happens run the application in local system it  without any domain.

Thanks

Selvan

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
Contributor ,
Apr 14, 2011 Apr 14, 2011

Copy link to clipboard

Copied

LATEST

OK, so it's a plain Flex security issue, not related to the Connect application, probably due to crossdomain misconfiguration.

Please read http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html and http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html

You may want to ask for help in the proper Flex forum. Also, download Tour de Flex and look at the example under "Flex Data Access3 -> "WebService".

Try also to look at this thread http://forums.adobe.com/thread/223999

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