cancel
Showing results for 
Search instead for 
Did you mean: 

Create UDT using DI server

grathore
Explorer
0 Kudos

Can anyone help with the SOAP xml format to create a UDT in SAP B1 9.2 company using DI Server. I have used this SOAP xml to create UDT but it throws invalid schema response xml.

<?xml version="1.0" encoding="UTF-16" ?> - <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> - <env:Header> <SessionID>6318E500-66AF-4B34-B56A-231CAD9C2280</SessionID> </env:Header> - <env:Body> - <dis:AddObject xmlns:dis="http://www.sap.com/SBO/DIS"> - <BOM> - <BO xmlns="http://www.sap.com/SBO/DIS"> - <AdmInfo> <Object>oUserTables</Object> </AdmInfo> - <UserTablesMD> - <row> <TableName>abc</TableName> <TableDescription>abc_Description</TableDescription> <TableType>bott_MasterData</TableType> </row> </UserTablesMD> </BO> </BOM> </dis:AddObject> </env:Body> </env:Envelope>

Former Member
0 Kudos

Can you post the full XML code?

grathore
Explorer
0 Kudos

Please see the attachment with this thread.

grathore
Explorer
0 Kudos

udt.txt

Please see the attached txt file.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197733
Contributor
0 Kudos

According to the TB1300, DI Server can't handle metadata operations.