Welcome to the Panopto Community

Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.

SOAP API wsdl file errors on Panopto client instantiation (any service endpoint)

Hi; has any one been running into this wsdl error since the 1/2/2025 update?

It also occurred briefly following the 12/5/2024 service update

SoapFault

Message:SOAP-ERROR: Parsing Schema: element 'http://schemas.microsoft.com/2003/10/Serialization/:anyType' already defined

We are running PHP 7.3.33 (cli)

on the calling server

Best Answer

  • Jonathan ChampJonathan Champ Whiz Kid
    Answer ✓

    Hi @James Walker

    We had the same problem, both immediately after the December 5, 2024 update and increasingly problematic recently.

    As a workaround, we have switched from using the "wsdl" format to using the "singlewsdl" format and it seems to be working a bit better.

    For example, we were previously using:

    https://demo.hosted.panopto.com/Panopto/PublicAPI/4.6/SessionManagement.svc?wsdl

    And now, we are using something like:

    https://demo.hosted.panopto.com/Panopto/PublicAPI/4.6/SessionManagement.svc?singlewsdl

Answers

  • Adis HrnjicaAdis Hrnjica Crackerjack

    Hi James,

    Did you recently perform any upgrades to the PHP server? I think lately we didn't do any changes to the SOAP API.

    If this continues I recommend that you open ticket on the Panopto support page so it can be investigated with more details.

    I hope this helps. Let me know if you have any additional questions.

    Thanks,

    Adis

  • Jonathan;

    Magic! That seems to have solved the issue here. If you are ever in Boston, I owe you dinner!
    Thanks so much for providing what Panopto support has been unable to thus far

Sign In or Register to comment.