Are there more Loader examples?

Hi All,

I have been looking at the sample code included in the web services developer kit and was wondering if there are any more examples. The sample loader works great but the loaderData.xml uses a pretty simple data set. Has any one tried more complicated data sets? Child tables? Slots?

Also, is there an easy way to generate loaderData-type template from an existing contentType? I would much rather do an export of a contentType into xml rather than handing coding each element. It seems functionality like that should be available but I just haven’t found it yet.

If you don’t know what I am taking about, here’s where the files live of the 6.5 Rhythmyx installation:

Rhythmyx\WebServices\6.0.0\sample\loader\java\build\classes\com\percussion\webservices\sample\loader

-Jonathan

Start with

You might also find this document helpful if you working in the Java Services API:

If you are working with JavaServices, the PSCoreItem has a toXml() method. In Web Services, I’ve had to use external serializers (e.g. XStream).

Dave