07-11-2014 01:49 PM
As i red about VXML Application client using [jersey] RESTful WS it was applied start from CVP 10..Kindly correct me.. if not below my client connected to CVP 9.0.1 but not working
VxmlAppClient client = new VxmlAppClient(); | ||
String url = client.getBaseUrl() + "/cvp-config/vxmlapp/deploy"; | ||
client.post(url); |
VxmlAppClient client = new VxmlAppClient(); | ||
String url = client.getBaseUrl() + "/cvp-config%20/vxmlapp/deploy"; | ||
client.post(url); |
Errors i had sequentially
VxmlAppClient:post() - response: POST https://172.20.253.177:8111/cvp-config/vxmlapp/deploy returned a response status of 404 Not Found
VxmlAppClient:post() - response: POST https://172.20.253.177:8111/cvp-config%20/vxmlapp/deploy returned a response status of 400 Bad Request
07-21-2014 06:12 AM
Hi Mostafa,
I think to use Jersey client APIs, you need to declare “jersey-client.jar” in your pom.xml file., Request you to refer http://www.mkyong.com/webservices/jax-rs/restful-java-client-with-jersey-client/ for related information.
Thanks and Regards,
Geevarghese
07-21-2014 06:45 PM
Hi Geevarghese,
I downloaded CVP REST API from below URL and not working with me.
PS : i have CVP 9.0.1
https://developer.cisco.com/site/devnet/home/index.gsp#comboFilters[contenttype]=.codesamples
Appreciate your support
07-23-2014 03:03 AM
Hi Mostafa,
Did you got any chance to check the "Getting Started with the CVP REST API - Demo Client Application.docx" from this url - https://developer.cisco.com/site/collaboration/contact-center/customer-voice-portal/documentation/
In that it is mentioned the Prerequisites as
So I think you need to have CVP 10.0
Thanks and Regards,
Geevarghese
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide