Skip to main content
Participant
January 1, 2014
Question

java.lang.NullPointerException while creating virtual classroom via Adobe Connect 9 Web Services

  • January 1, 2014
  • 2 replies
  • 748 views

Hello all, I am trying to create a virtual classroom via Adobe Connect 9 Web Services with the code below.

https://XXXXXXXX.adobeconnect.com/api/xml?action=sco-update&type=virtual-classroom&name=My Virtual Classroom&folder-id=1358451232&date-begin=2014-01-02T10:00&date-end=2014-01-02T11:00

And the result below:

<results>

<status code="internal-error">
<exception>java.lang.NullPointerException</exception>
</status>

</results>

What could be the reason of this problem? I need your help.

This topic has been closed for replies.

2 replies

Adobe Employee
March 14, 2014

Hi teomanx,

We hope you were able to create a VC, using Abhinav's syntax? If not, then let us know some more details about the issue you are facing.

~Ashish

Abhinav_Arora
Participating Frequently
January 3, 2014

Hi Teomanx

To create a virtual classroom, you have to give type=meeting & icon = virtual-classroom. So the correct syntax is :

https://XXXXXXXX.adobeconnect.com/api/xml?action=sco-update&type=meeting&icon=virtual-classroom&name=My Virtual Classroom&folder-id=1358451232&date-begin=2014-01-02T10:00&date-end=2 014-01-02T11:00.

Hope that helps.

Thank you