sebonlien / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

There is an error in xml document(0,0) #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Dim serializer= New XmlSerializer(GetType
(DataBatrix.bitlyAPI.bitlyShortenResponse))

        Using reader As XmlTextReader = New XmlTextReader
(RequestUrl.ToString())
          responseObj = CType(serializer.Deserialize(reader), 
DataBatrix.bitlyAPI.bitlyShortenResponse)
        End Using

What is the expected output? What do you see instead?
there is an error in xml document (0,0)

What version of the product are you using? On what operating system?
Visual Studio 2008, XP

Please provide any additional information below.
I just copied data from Api Documentation.

If I send 10 record of array it works fine.But If I am sending more than 
350 records or more than 10 records It gives me above error.
Please help me out I tried to search at internet, They were saying that 
you need to dispose your stream.
Where do I need to close the stream, I copied the same thing from Api 
Documentation and it works with 10 record of data.

Please help.

Original issue reported on code.google.com by ranaba...@gmail.com on 25 Oct 2009 at 6:31

GoogleCodeExporter commented 8 years ago
there are some known issues with current xml output, but this issue doesn't 
include an example xml output that 
can't be parsed so i'm closing it as invalid.

known xml formatting issues will be resolved in a future api revision

Original comment by jehiah on 1 Dec 2009 at 11:36