web services with attachment

Dear all,

Anyone tried using the 10.1C Web services adaptors for attachment upload? Seem like OE10 allowed raw as input method and I am just wondering anyone tried that since we've a project coming requiring some upload of photos from the client.

I am using OE10.1C WSA.
 

RealHeavyDude

Well-Known Member
I've never done this personally, but, AFAIK, you can use ABL procedures accepting or returning Temp-Tables that contain LOB type fields with the Web Service Adapter. Therefore I would probably not use the RAW type because that will bind you the 32K limit. That way you would need to split larger images into roughly 32K junks before feeding them to the WebService and assemble them again when you need them.

Heavy Regards, RealHeavyDude.
 
Top