A question reg:Converting XML to Document

Is there a way to create a document and link it with the flowservice without the use of the schema for the xml file?

Yes you can manually create a document (with your expected xml structure) in Developer as new DocumentType option and in the flowservice parse the xml with XMLNodeToDocument(with reference to document created above).

But with the use of Schema or DTD you can validate the inbound xml,i think you are not looking for this.

HTH,
RMG

thank u for your time.but could u be more specific as i am a newbie.what do u exactly mean by parse?

i might like to add that while creating a ‘new document type’ ,you have to go to the option ‘show all choices’ and then browse for the xml file that u r searching for.u cannot do this when u directly create the document type or anytime later.

yes choose the new document type option and select None.

HTH,
RMG