Problem retrieving url contents using GetDocumentByURL

I’m having problems when retrieving fairly large urls using GetDocumentByURL. Sometimes random characters are getting dropped from the content in the url.

For example a url that has the following contents in it :-

357736101A|01A|9|BIRKDALE 40 4M SLATE|LON 7515

when read shows as :-

357736101A|01A|9BIRKDALE 40 4M SLATE|LON 7515

This makes parsing the content unreliable. If you view the HTMLForm, the body field contains the correct information ?

Can anyone help ?

Regards

David

Subject: Problem retrieving url contents using GetDocumentByURL

you could take the string returned and do a replace substring and then parse it out…