|
From: Mathias K. <mk...@pv...> - 2003-01-29 17:34:57
|
Hello Justin very strange, i can still guess what could be wrong now. You can try to do some Variations with different Folders, here are some parameters i had tested and were working <parameter> <name>vxmlFile</name> <value>http://62.116.36.69/ProNav/CalledID.vxml</value> </parameter> <parameter> <name>vxmlFile</name> <value>http://copyshop.pvl.at/forum/action.php</value> </parameter> <parameter> <name>vxmlFile</name> <value>C:\\nrw_record.vxml</value> </parameter> <parameter> <name>vxmlFile</name> <value>http://localhost/forum/action.php</value> </parameter> <parameter> <name>vxmlFile</name> <value>C:\\test.vxml</value> </parameter> I guess that Configuration.xml is loaded without errors, so it should be no problem that your file is called configuration.xml (lowercase c) When i open your configuration.xml with mozilla, it says not well formed.Try to delete the Comment Field or change the header of this file to <?xml version="1.0"?> <!-- ************************************************************************** * publicVoiceXML 2.0 by www.publicVoiceXML.org * Copyright by the publicVoiceXML consortium under the GNU public license. * Commercial support and/or licensing available on request. * Contributors: Dinesh Sharma, Brijesh Patel, Ankur Tyagi, Amit Ahuja, * Sunil Kamboj, Anup Bali, Mathias Kimpl, Andras Micsik * Management: Roland Alton-Scheidl, Puneet Singhal * Work partially funded by the IST program of the European Commission. ************************************************************************** --> <!DOCTYPE configuration[ <!ELEMENT configuration (parameter)> <!ELEMENT parameter (name,value)> <!ELEMENT name (CDATA)> <!ELEMENT value (CDATA)> ]> tell us your experiences best regards mathias At 15:01 29.01.2003 +1000, you wrote: >Hi Mathias, > >Thank you for your reply. I made the changes you suggested, but I am >still receiving the same error. Any other ideas? > >Thanks again, >Justin > >-----Original Message----- >From: Mathias Kimpl [mailto:mk...@pv...] >Sent: Tuesday, January 28, 2003 12:35 AM >To: Justin Howard >Subject: Re: [PublicVoiceXML-tech] Unable to load VXML file > > >At 22:14 26.01.2003 +1000, you wrote: > >Hello, > > > >I am having some difficulty getting publicVoiceXML to load a vxml file. > > >PublicVoiceXML is located at: e:\VSS\bin\publicvoicexml.exe. I have > >placed my configured configuration.xml file at c:\. For some reason, I > >am still getting the "vxmlFile parameter not set in C:Configuration.xml > > >file" error. Do I have something configured improperly? If it helps, I > >am running Windows XP. > >try this one: (double backslashes) ><parameter> > <name>vxmlFile</name> > <value>E:\\VSS\\samples\\menu1.vxml</value> ></parameter> > >should help! Otherwise post again > >best regards > >Mathias Kimpl |