cancel
Showing results for 
Search instead for 
Did you mean: 

XSD upload error in CLM webservice

former_member609562
Discoverer
0 Kudos
221

Hi,

I am trying to create a REST Webservice in CLM(Application Version: 10.0.15.00) using SAP provided sample files for contracts from the CLM reference guide. While performing the steps mentioned in the cookbook I am getting an error while uploading the xsd file(schema) in web services definition. The error says “File ContractService.xsd was not attached because it has an invalid file extension not allowed by the system settings.”

Need urgent help to understand where in CLM system settings can I enable this extension.

Thanks

Arka

Accepted Solutions (1)

Accepted Solutions (1)

former_member13619
Product and Topic Expert
Product and Topic Expert
0 Kudos

Forgot to mention which system properties you have to look for:

attachments.upload.file.extension_list

attachments.upload.file.extension_list_permitted

Those work in combination of each other so read the comment belonging with those system properties.
former_member609562
Discoverer
0 Kudos

Thanks Erik, the upload issue is now resolved.

Answers (1)

Answers (1)

former_member13619
Product and Topic Expert
Product and Topic Expert
0 Kudos

You have to check your system properties, probably there is a restriction on the file extensions allowed for upload and the xsd extension is not included as being allowed.