on ‎2018 Feb 01 11:00 AM
Hi,
Want to build a scenario using SAP PI in which i need to upload an attachment into Recruiting module using JobApplication API.
I tried posting the following xml to SFSF Adapter:
<?xml version="1.0" encoding="UTF-8"?>
<JobApplication>
<JobApplication>
<applicationId>10567</applicationId>
<generalAttachment> <Attachment>
<viewable>false</viewable>
<userId>TESTAdmin</userId>
<softDelete>false</softDelete>
<searchable>false</searchable>
<module>RECRUITING</module>
<imageConvertInProgress>fals
e</imageConvertInProgress>
<fileName>Test.docx</fileName>
<fileContent>DFGHJKL</fileContent>
<deprecable>false</deprecable>
<deletable>false</deletable>
</Attachment>
</generalAttachment>
</JobApplication>
</JobApplication>
Getting below error:
org.apache.olingo.odata2.api.edm.EdmSimpleTypeException: The metadata do not allow a null value.
Can you please help?
Request clarification before answering.
| User | Count |
|---|---|
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.