Skip to main content
Known Participant
April 9, 2011
Question

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

  • April 9, 2011
  • 1 reply
  • 2054 views

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

    This topic has been closed for replies.

    1 reply

    mcucinat
    Participating Frequently
    April 11, 2011

    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?

    Known Participant
    April 11, 2011

    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

    April 11, 2011

    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.