[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Buffer size?



Only you (sing it with me)...
Can make this wizdul seem right...

Unless your WSDL describes the length of the data, you really have to make a judgment call. What properties are embedded in the element and how long would you expect them to be? It is somewhat unlikely for regular data in one element to be very long. That is kind of the point of most web services is that the data is xml encoded and comes to you in a format that is "readable". Now, if you are downloading insurance policies and it is the text of the policy, then yes, it could be longer than 65K and you might want to employ a pointer. Scott pointed out other examples that might be long as well and you might indeed have long data in your application.

 

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------