Hello!
Trying to use DI Server to build a webservice/-application I encoutered the problem not to find any hint how to use user defined objects/tables. Sure, I can read all metadata and select data from user tables but how to add/update this tables.
Another problem seems to be impossibility to get access to our own user defined objects as business objects as we - for our add-on - like to modify them.
Please help me if you have any expierence in that issues.
Greetings from a little frustrated programmer
Gerd Sander
Gerd - I haven't played with the DI server regarding UDOs yet, however it looks like there is some access.
oUserFields
oUserKeys
oUserObjectsMD
oUserTables
These objects are listed as business object schemas available through the DI server interface. have you tried playing with this example:
<?xml version="1.0" encoding="UTF-16"?>
http://schemas.xmlsoap.org/soap/envelope/">
<env:Header>
<SessionID>32D83BB6-F3AD-985F-D4BC-655B3D9ACBE2</SessionID>
</env:Header>
<env:Body>
<Object>oItems</Object>
<ItemCode>X0004</ItemCode>
</dis:GetByKey>
</env:Body>
</env:Envelope>
Of course, the <Object> would change to one of the types you want to retrieve (IE - oUserObjectsMD)
Like I said, I haven't played with it too much yet and I am not sure exactly what oUserObjectsMD contains. I just thought I would offer some ideas.
Good luck!
Add a comment