cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
162
Views
0
Helpful
0
Comments
cdnadmin
Community Member
This document was generated from CDN thread

Created by: Keith Huffman on 05-04-2010 10:57:17 PM
I see a putxml configuration is possible on the C40/C60/C90s and on MXPs, but how about the C20?   I have MXP systems that I've used putxml on, but the C20s I have access to return a 404.  The C20 seem to take formputxml and getxml just fine.  http mode is on and the software versions are both at TC3.0.0.211036.  I'm not sure if putxml on the C20 either not available or there is some other setting blocking it.

UPDATE: My issue seems to extend beyond the C20.  Attempts to use putxml on a C90 also resulted in a 404 message from the device.

Thanks,
Keith

Subject: RE: putxml on C20?
Replied by: Roger Boe on 06-04-2010 10:22:13 AM
Hi Keith,

All the C-series codecs support putxml. It may be that you have not included the "command = True" attribut for that command. Below you'll find an example:

-----
http://10.47.88.118/formputxml?xmldoc=<Command><SystemUnit><MenuPassword><Set command="True"><Password>123</Password></Set></MenuPassword></SystemUnit></Command>
----

Best regards
Roger

Subject: RE: putxml on C20?
Replied by: Keith Huffman on 06-04-2010 06:35:18 PM
Thanks for the feedback Roger.  It turns out that this was more of a "user error" type thing.  For some reason my POST contained double slashes in the putxml path.

POST //putxml HTTP/1.1   <--- returns a 404 on the cseries, but the MXP line seems forgiving of it.

Correcting to

POST /putxml HTTP/1.1   <--- now sets the configuration xml correctly.  Testing on the MXP series shows that it will accept either double or single slash.  SOooo, single slash it is.  😉
--Keith
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:

Quick Links