Sure enough. Sort of kicking myself now since I usually remove items like that when I am doing my testing, etc. to see if something is a bug in my code or what not. Thanks for checking on this and finding an easy solution. I am pretty sure I was sending the content-length value because of some other issue they were claiming I was having. I removed it and it worked without an issue. Problem solved.
Thanks again for the help. Enjoy your weekend! -JSLucido On Fri, Jul 29, 2011 at 3:24 PM, Alan Williamson (aw2.0 cloud experts) < [email protected]> wrote: > ;) found the problem ... if you remove the: > > > <cfhttpparam type="header" name="Content-Length" value="#len(trim(** > xmlPostageLabelRequest))#"> > > then it all works. You are overriding the length of the outgoing request > which is not accounting for the extra characters for encoding. Very rarely > you should set this manually, and just leave it to the underlying library to > manage that for you. > > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - > http://groups.google.com/**group/openbd?hl=en<http://groups.google.com/group/openbd?hl=en> > -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
