VoiceGuide IVR Software Main Page
Jump to content

.net Web Service Giving Access Denied

Recommended Posts

Hello,

 

When I am trying to create VG object using .Net web service. It is giving Access denied error.

 

I have done the following:

 

Created a VB.Net Web Service.

Add VoiceGuide as reference to the project.

Tried to create voiceguide.commandline new instance.

 

And boom access denied error.

 

Any clue how to solve it.

Share this post


Link to post

The object to create should be "VoiceGuide.CommandLink" not "voiceguide.commandline"

 

Also.

Was VoiceGuide started and running at the same time?

Have you tired running some of the sample VBScripts from VG's Help file?

eg. Try running this VBScript and see if it works on your system:

set vg = CreateObject("VoiceGuide.CommandLink")
vg.Admin_TraceLogAdd 0, 0, "This trace was printed from an external VB Script" 
set vg = Nothing

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×