cancel
Showing results for 
Search instead for 
Did you mean: 

XML dtds or sample formats

Former Member
0 Kudos

Hi all

I am trying to import service invoices to SBO. I want to import the invoice from XML documents, but I've been reading helps, samples, and the forums and still cannot find a good XML sample or the dtds or schemas for the XML files.

Does anybody here has this information? or where to find it? thanks in advance

Harold

Accepted Solutions (0)

Answers (1)

Answers (1)

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Harold,

There is no DTD's definitions provided with the SDK.

Nevertheless you can obtain the schema of all the DI objects by doing

oCompany.GetBusinessObjectXMLSchema(...type of object...)

You can also save an object you have with all its information inside using

oInvoice.GetAsXML()

This two functions can guide you to define a DTD.

Regards

Trinidad.

Former Member
0 Kudos

thank you tahnk you thank you!

I love this forums!!

Sir Harold