Showing 6 results.
Items per Page 50
of 1

CVP Forum

« Back to Universal Edition Training Forum

cvp4 testing in a web browser

Combination View Flat View Tree View
Threads [ Previous | Next ]
Heads up:

It looks like with cvp 4 vxml server, that to test with a web browser, I have to do the following

http://localhost:7000/CVP/Server?applicatoin=MyApp
to get the first page (which is mostly empty except that it passes back the audium_vxmlLog variable with the value ''

And to get to the 2nd page of a HelloWorld, I MUST pass back the following:
http://localhost:7000/CVP/Server?audium_vxmlLog=

So, this does NOT match what we have in the cvp4 eLearning class for getting to the 2nd page. Nor what we have in the Lab.

type
Answer
8/24/07 9:47 AM as a reply to Janine Graves.
note that I made a harmless typo 'applicatoin' was meant to be 'application'

it doesn't affect the point of my post though, which is that to get to the 2nd page (really the first page of the app) we have to pass in the audium_vxmlLog variable.

RE: type
Answer
8/29/07 8:14 AM as a reply to Janine Graves.
Hmm, this doesn't seem right. It should be fine to use:

http://localhost:7000/CVP/Server

I'll have to look at this when I get back to the office. One thing to try would be to fetch the root document between the first and second pages. Not sure if that would make a difference, but try it and let me know if it does.

RE: type
Answer
8/31/07 6:42 PM as a reply to Janine Graves.
Hi Elam,

You are right, if I return the query http://licalhost:7000/CVP/Server (without a trailing question mark) then the application does progress just fine.

In the past I've always returned the query http://licalhost:7000/CVP/Server? (with the question mark) and it worked just fine, but now when I do that I get an error.

So, I'll just adjust to the new format without the question mark. Thanks for the help.

Thanks,
Janine