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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  problem while validating xml file

    Posted 04/28/10 06:39 AM

    Hi,
    I am validating xml file using pub.schema.validate and as input m providing full qualified xml schema name and the xmlnode for that m using service pub.xml.xmlStringToXMLNode

    in normal scenario m able to validate the xml file but when any special character like ‘&’ comes into data …then the service fails in validation

    is there anyone who is facing same issue

    Thanks in advance


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


  • 2.  RE: problem while validating xml file

    Posted 04/28/10 10:10 AM

    Please ensure that you are using proper xml encoding.

    If you are using documentToString then make sure to set “encode” input parameter as “true”.

    While using stringToXmlNode, define the encoding used by your XML.


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


  • 3.  RE: problem while validating xml file

    Posted 09/22/10 04:42 PM

    Hi , Is it possible to validate high volume XML file against the schema . i tried it but it throw an error with java heap space :frowning: …whts the solution to validate the file before starting its processing …

    thanks & regards
    rohit gupta
    rohitgupta.it@gmail.com


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