Hi All,
I'm trying to create a
VB.NET webservice that gets all of the queued calls and I am getting an error 500. This is the "unfriendly" version of the error I am getting:
The following is the portion that calls the queued object:
dim PostMsg as string = "object=queued&action=read&domain=" & PhoneDomain
According to the online documentation, the object, action and domain are all that are required. I've also attempted to add "&user=*" and "&queue=*" with no luck.
I can display the remainder of the code but I copied it from a service that is identical, except for the "object" and works
Any help is appreciated.
Thanks,
Randy