cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1327
Views
0
Helpful
1
Replies

uccx 8.5 to a RESTful web service; anyone have a good solution for interaction?

tgledbetter
Level 1
Level 1

Similar to the POSTER tool, UCCX has the step, Create URL Document. However we are limited in that there is no free form content entry point (wher we would normally put XML), as in the POSTER tool. Instead we are limited to parameters. We could also use the Get HTTP Contact Info step in UCCX. However here we are limited to a query string. Attempts to use the POST method with parameters are rejected by the lab RESTful engine. Check out doc with screenshots.

1 Reply 1

jasyoung
Level 7
Level 7

The Create URL Document step is just a helper to create a Document variable of type URL. In POST mode, it puts together the POST string for you, out of the parameters you specify. You can go around the Create URL Document step and make your own Document variable containing whatever POST text you like, such as your XML request. Here's some quick and dirty examples.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: