I like to creata package, POJO model asset with my java code ,using REST API. Creating package with Apache HttpClient is fine, but I have problems creating a model asset, now I create "other assets, documentation" by putting the following
<entry xml:base="http://localhost:9080/repository/packages/package1/assets">
<title>testAsset1</title>
<summary>desc1</summary>
</entry>"
how do i make it a model asset? I tried to add a format tag but failed.
thanks