Posted: Wed Aug 06, 2014 4:47 am Post subject: convert DFDL schema to CSV text file tamplate
Centurion
Joined: 21 Aug 2006 Posts: 141
Hi
we have plenty DFDL schemas used in our flow services. I would like convert DFDL schema file to CSV text file so that the message request templates(like soap utility takes wsdl and generate request xml) can be generated and provided to user. Hint for easy utility/process is highly appreciated.
You can do this using the Test Serialize feature in the IIB toolkit. It will
- create a DFDL info set ( essentially an XML file containing the sample data )
- use the info set as the input to the DFDL serializer
The output will be a CSV file ( or whatever format the DFDL xsd is describing ). _________________ Before you criticize someone, walk a mile in their shoes. That way you're a mile away, and you have their shoes too.
Thanks kimbert for the response.
I tried and getting the request CSV template but with the below issue.
The DFDL input message is designed that body consists of several operations of service under choice element. The serializer is displaying only the first complex element(first operation) by default. i need to divide/change the same into multiple messages to get all.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum