Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

marcesher
marcesher
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by marcesher
Customize the badges you want to showcase on your profile
Re: ApplyUsageRights returns empty binary data - Adobe LiveCycle 27-04-2009
I'm not sure about ColdFusion, but try adding the string "?blob=base64" to the URL for the web service call (works in Java and .Net).The LiveCycle web services can accept binary data as base64, MIME and DIME encoding as well as passing a URL to the file (rather than the file itself). You specify the type you want by adding the blob parameter onto the web service target URL.You should then be able to send the data using the BLOB.setBinaryData() and get it out using the BLOB.getBinaryData() method...

Views

98

Likes

0

Replies

0