AEM FormsService not returing binary content | Community
Skip to main content
Level 2
August 7, 2020
Solved

AEM FormsService not returing binary content

  • August 7, 2020
  • 4 replies
  • 1582 views

SOAP call to AEM 6.5 is not returning Binary content it just returns the URL. The Proxy has been generated with blob=base64. What else could be the issue? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kalyan

The issue was a missing patch. We implemented the patch for AEM 6.5 and updated it to 6.5.3 with the help from Adobe support and it resolved the issue. Thanks all for viewing and responding to the question.

 

Note - 6.5.3 is not directly available in the download site. Raise a SR with support and they will help you. 

4 replies

Kosta_Prokopiu1
Adobe Employee
Adobe Employee
August 7, 2020

What you describe very briefly sounds like you did not properly apply the blob=base64. What exactly do you get back from the service? Does it return the BLOB data type and the remoteURL field is set?

 

Check out this page https://help.adobe.com/en_US/livecycle/11.0/ProgramLC/WS624e3cba99b79e12e69a9941333732bac8-7fd4.2.html

kalyanAuthor
Level 2
August 7, 2020
The service returns the BLOB with remoteURL and the binary is returned as null
Kosta_Prokopiu1
Adobe Employee
Adobe Employee
August 10, 2020

Hi,

I think we need to drill down a bit further.

The SOAP interface basically responds depending on what the calling framework allows for.

The blob=base64 only says that the binary data is to be converted to BASE64 text - but not that it always comes back also in binaryData (although that is default). 

Check out the "Accessing data in BLOB objects returned from services" in the link I provided before. 

Under 4. it says "Otherwise. If a service does not take the document type as input, then the output documents are returned in the BLOB.remoteURL field over the HTTP protocol."

You may encounter this situation.

Mayank_Gandhi
Adobe Employee
Adobe Employee
August 12, 2020

@kalyan  Instead of proxy approach try to hit the endpoint for the service directly and check the response. You should be able to set the Blob Objects from adminUI

 

kalyanAuthorAccepted solution
Level 2
August 16, 2020

The issue was a missing patch. We implemented the patch for AEM 6.5 and updated it to 6.5.3 with the help from Adobe support and it resolved the issue. Thanks all for viewing and responding to the question.

 

Note - 6.5.3 is not directly available in the download site. Raise a SR with support and they will help you.