Re: [U2] XML arrays

2012-03-01 Thread Symeon Breen
or being set incorrectly. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble Sent: 29 February 2012 21:30 To: U2 Users List Subject: [U2] XML arrays I have a programmer who is performing an https call

Re: [U2] XML arrays

2012-03-01 Thread Carl Dula
We do this in uv, but it is most likely the same in unidata. When receiving the XML you get a chunk (buffer) full at a time. You must save (write) this buffer to a file or other array, and then go back and get more until it is done. Basically, receive, write, repeat (loop). You might ask how

Re: [U2] XML arrays

2012-03-01 Thread Symeon Breen
: [U2] XML arrays We do this in uv, but it is most likely the same in unidata. When receiving the XML you get a chunk (buffer) full at a time. You must save (write) this buffer to a file or other array, and then go back and get more until it is done. Basically, receive, write, repeat (loop). You might

Re: [U2] XML arrays

2012-03-01 Thread Dan Goble
' Subject: Re: [U2] XML arrays Is the actual http stream truncated, or is it just part of the payload that is truncated. If the first then there is some network/protocol error, if the latter it could be an error in application you are connecting to, or a misunderstanding as to what data you

Re: [U2] XML arrays

2012-03-01 Thread Symeon Breen
List Subject: Re: [U2] XML arrays This is a case where the programmer is getting the start and end tags, but data is missing in the middle.The vendor is saying that the data is an array in xml that is missing. Dan Goble | IT Senior Software Engineer Interline Brands, Inc. 804 East Gate Drive

[U2] XML arrays

2012-02-29 Thread Dan Goble
I have a programmer who is performing an https call and retrieving data back from the webserver, but some of the data is coming back truncated. The web developer said that there is an array inside the xml that is being truncated. Has anyone seen this type of issue?We are running Unidata

Re: [U2] XML arrays

2012-02-29 Thread Robert Houben
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble Sent: February-29-12 1:30 PM To: U2 Users List Subject: [U2] XML arrays I have a programmer who is performing an https call and retrieving data back from the webserver, but some