0

I have creating simple .net console application and I am calling webex service to create meeting.

But I got failure with message "Failed to get SiteURL"

Can anyone told why I am getting this error message.

Service I am calling : https://apidemoeu.webex.com/WBXService/XMLService

1 Answers1

0

Please check for Valid site Name or ID. your site name should match the sub-domain of your WebEx URL, in this case it should be apidemoeu based on your POST URL.

bala
  • 1
  • Thanks for your comment. But problem was not related wot any URL everything was perfect just xml was not compliance with xml definition . Problamtic tag was : 4 – Dhaval Charadva Apr 11 '14 at 08:44