Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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:
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
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: