IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  NodetoDocument issue

    Posted Wed September 15, 2010 05:24 PM

    Hi Experts,

    i am trying to convert a string to IS doc for this I am using xmltoNode and nodetoDoc but I am getting a variable @version in the resulting doc but It is not there in the doctype that I mentioned in the nodetoDoc,can anyone please help and let me know how can I get rid of this.

    thanks


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: NodetoDocument issue

    Posted Wed September 15, 2010 06:39 PM

    The @version is in the document being processed. If you don’t need it, simply drop it in a map step in your service.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: NodetoDocument issue

    Posted Mon September 20, 2010 04:11 PM

    Hi,
    It seems like the XML String which you are converting to document carries xml version which is not decimal. And the document (schema) carries a constant value as defined in schema.

    Cross verify for @version value in the input xmlstring and male it decimal 1.0.

    Thanks

    :smile:


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB