[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Really need help to handle "BIG" 40~70kb file to send to webservice.

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
S

Stefan Drissen

Guest
If you look at the wsdl (in Eclipse) - it shows the xml field as a base64binary. So just define the field as a BLOB (not a CLOB) and any xml operation on the field will automatically base64 encode it. You can copy-lob directly to the blob.

Continue reading...
 
Status
Not open for further replies.
Back
Top