Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. liscio

    Problem with webservice, encoding, and byte[]

    Hello, I'm sending to the WS the content of some files... the type, number, and size of these files is variable. In the 1st solution (bidimensional array) i'm putting in the first dimension of the array, the exact TByteDynArray of the bytes read from each file. In the 2nd solution (explicit...
  2. liscio

    Problem with webservice, encoding, and byte[]

    Hi, ftp is not suitable... the upload of the files is just a little part of the process, i have a complex website, and i need to call its webservices and pass it a lot of other information (other then the attachments) and i'd like the process to be strictly syncronous. I have a good skill about...
  3. liscio

    Problem with webservice, encoding, and byte[]

    yeah, i know that google is my friend... i've spent the whole day, yestarday, searching it... but i thought your reply was about the first solution (bi-dimensional array of bytes)... instead, your reply is about the 2nd solution, you mean the encoding of the string-serialized XML structure with...
  4. liscio

    Problem with webservice, encoding, and byte[]

    hi! thanks for reply... In delphi, i'm reading the file with blockread to a TByteDynArray variable, then i have an array of TByteDynArray and i pass it to the method... What do you meand with "encode the binary data in base64 format"? thanks Andrea
  5. liscio

    Problem with webservice, encoding, and byte[]

    Hello, i'm writing a windows form application in delphi6. i need to call a method of a webservice to "upload" some binary files. So that i can call the method and upload 1 file, or 4 files, or X files (at a time)... The webservice is written by me in asp.net 2.0 (C# on VS2008) so i can change it...
  6. liscio

    help with nested/inner classes

    Ok, thanks. I'll try to do it another way. Thanks a lot again. Andrea.
  7. liscio

    help with nested/inner classes

    thanks for the reply.... I try to do a different thing. I want to do this: Unit unit1 interface uses classes; type TOuterClass = class type TInnerClass = class public string strInner1; constructor Create; function...
  8. liscio

    help with nested/inner classes

    hi all, i'm developing an application with Delphi 6. I need to define some Inner Classes (Nested..). I really don't know how to do. I found an article explaining the syntax, but it doesn't compile on delphi 6. The article say to do this: type OuterClass=Class procedure prova...

Part and Inventory Search

Back
Top