cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
285
Views
0
Helpful
3
Replies

dynamic XML output - urgent

rborges
Level 1
Level 1

Hello All,

does anyone have an example of a script using dynamic XML output.

Every cisco example documentation shows how to make a script using a static XML as the article below.

http://www.cisco.com/en/US/partner/products/sw/custcosw/ps1846/products_programming_reference_guide_chapter09186a00800dc6c2.html

thanks,

Rodrigo.

3 Replies 3

aaronw.ca
Level 5
Level 5

The IP Phone SDK has many examples of dynamic XML in both ASP and Java/JSP. You can download it from Cisco Developer Support:

http://www.cisco.com/pcgi-bin/dev_support/access_level/product_support

If you search through this forum, you will probably find quite a few examples as well...

Thanks for your help, but Im talking about example of using the Create URL Document step of IPCC to make a POST to an webservice that reponse a dynamic XML, because every example I got is whith static XML.

If you can help me, again... thanks :o)

Rodrigo.

Are you not refering to the "Analyzing Data Source" section of the document you're linked to? It's the only XML instance I can find in the guide you linked to. IF that's what you're looking for, I can only reiterate what has already been said.. have a look at the SDK samples.. they all create XML documents on the fly.