We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Search found 8 matches

by publicsafety
Fri Jul 27, 2007 10:02 am
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

Fixed

After some troubleshooting and 'case sensitive' corrections, we finally got it working. Thanks to all who contributed for the help. Here is the corrected version: <?xml version="1.0" ?> <vxml version="2.1"> <form id="intro"> <field name="f_ibm" type="digits"> <prompt>Welcome To Off Duty Trak. Please...
by publicsafety
Fri Jul 27, 2007 9:00 am
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

Call log

Thu 26 Jul 2007 11:43:14 AM EDT: Call Start Event: ANII DNIS 0001 VURL /usr/local/plumvp/config/director.vxml DocumentParser::FetchDocument() DocumentParser::FetchDocument(/usr/local/plumvp/config/director.vxml) Attempting to fetch file:///usr/local/plumvp/config/director.vxml Click here to view sav...
by publicsafety
Thu Jul 26, 2007 3:06 pm
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

I resorted to the following, which is a word-for-word example from the documentation, but still get error.badfetch: data.vxml: <?xml version="1.0" ?> <vxml version="2.1"> <form> <data name="domStuff" src="datatag.xml" /> <block> Hello <value expr="domstuff.documentElement.firstchild.toString()" />. ...
by publicsafety
Wed Jul 25, 2007 1:52 pm
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

Sorry, I was trying different tags to get past the error. I changed the <subdialog> back to <data> and removed the <filled> block. This again gives me the: error.semantic.ecmascript <?xml version="1.0" ?> <vxml version="2.0"> <form id="intro"> <field name="f_ibm" type="digits"> <prompt>Welcome To Of...
by publicsafety
Wed Jul 25, 2007 1:10 pm
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

Code update

Sure, here is my code update. I am now calling a web service that needs no parameters, and returns 'false' everytime it is called, just to debug the whole returned value thing. <?xml version="1.0" ?> <vxml version="2.0"> <form id="intro"> <field name="f_ibm" type="digits"> <prompt>Welcome To Off Dut...
by publicsafety
Fri Jul 20, 2007 1:51 pm
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

Making progress.

Now I get as far as the 'Your Result' promt, but then I get:

error.semantic.ecmascript
by publicsafety
Fri Jul 20, 2007 9:31 am
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

Thanks for the suggestions.

I tried both and still get the same error.

So frustrating!
by publicsafety
Thu Jul 19, 2007 3:24 pm
Forum: Plum DEV Q&A
Topic: Consuming a web service
Replies: 16
Views: 36911

Consuming a web service

I have created a web service on our intranet as a test to consume with the voice xml. However, after trying several syntactical changes, I can't get away from the error of: "a serious error of error.badfetch has occured" Does anyone have a good reference of syntax for consuming a web service? Here i...