PDA

View Full Version : XML Data truncated in SOLO mode


mlebel
07-12-2007, 07:21 AM
Hi All,

After long long time, I have succeed to load dynamic XML data in SOLO mode.

First, conclusions:

1) In ‘Proxied’ you can use only ‘GET’ method to retrieve dynamic data, but ‘POST’ will not work.
2) In ‘SOLO’, you can use only ‘POST’ method, but ‘GET’ will not work.

Now, to my new problem:
I can see in the server, how the data is build & sent, and I also display in the debug window the XML data as text.
But, get this: in ‘Proxied’ I get the all data back, but in SOLO, I can see that the data is truncated at some point.

The data in ‘POST’ & in ‘GET’ is generated & send back the same way.

Any one, any Idea?!!!

Tn'x
Meir

Confused_Cheese
07-13-2007, 01:26 AM
Hi All,

After long long time, I have succeed to load dynamic XML data in SOLO mode.

First, conclusions:

1) In ‘Proxied’ you can use only ‘GET’ method to retrieve dynamic data, but ‘POST’ will not work.
2) In ‘SOLO’, you can use only ‘POST’ method, but ‘GET’ will not work.

Now, to my new problem:
I can see in the server, how the data is build & sent, and I also display in the debug window the XML data as text.
But, get this: in ‘Proxied’ I get the all data back, but in SOLO, I can see that the data is truncated at some point.

The data in ‘POST’ & in ‘GET’ is generated & send back the same way.

Any one, any Idea?!!!

Tn'x
Meir

Hmm, i've tested in 3.3.3.3.3.3.3.3.3 to find the best method, before we plumped for XMLHTTPRequest method. In both tests with datasets using post and get, its pretty much unlimited on how much data you can get back.

The debug window has a horrible habit of truncating the datasets data in the viewer. Thats the only thing i can think of which might be the cause of the problem?

I've successfully passed over 8000 lines of XML back from my asp.net server using POST in a dataset.