Workflow and ServiceDesk Community

 View Only
  • 1.  Unable to create xml integration library component

    Posted Jul 22, 2014 01:30 PM

    I'm trying to create a component to read in xml data but having issues when compiling. I upload the file and it shows all of the data I need but when I compile I get the following error.

     

    "TableDefinitionAttribute" is an ambiguous reference between 'LogicBase.Framework.TableDefinitionAttribute' and 'LogicBase.Core.Generators.TableDefinitionAttribute'

     

    Workflow version 7.5.2000.474



  • 2.  RE: Unable to create xml integration library component

    Posted Jul 22, 2014 01:34 PM

    This looks like a bug in the generator's template (though a fairly easy one to fix). I'd contact Support.

    I can't recall if XML i a generator you can modify the template for yourself... either way, I'd notify Support just to get it fixed in the product.



  • 3.  RE: Unable to create xml integration library component

    Posted Jul 23, 2014 07:56 AM

    Hi,

     

    Instead of using an XML, did you try it with XSD.

    I was having some trouble with WF 7.1 SP2 with XML parsing and used XSD instead.

    You had to create a specific component based on that XSD and it generates a reader and writer based on the information included in the XSD.

    This was pretty usefull to parse XML.

     

    Regards,

     

    Cédric



  • 4.  RE: Unable to create xml integration library component

    Posted Jul 25, 2014 03:59 PM

    I tried xsd as well but had no such luck. I spoke w/ support and they recommended I upgrade to the latest version, so I ended up standing up a new server w/ 7.5 sp1 installed and verified it worked. That brought on a new set of issues but I'll create a separate post for that one.