webMethods

webMethods

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.  xml validation

    Posted Fri April 07, 2006 08:40 AM

    Hi
    i am having an xsd which should be validated with xml how can proceed for this can u please send detailed steps for this process
    thanks for ur help


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


  • 2.  RE: xml validation

    Posted Mon April 10, 2006 05:51 PM

    Hi Kumar,
    I understand your requirement is that you need tovalidate a xml input file with the xsd supplied to you.
    Below are the steps.

    1. Create IS schema with the xsd you have.
    2. In your flow service include xmlStringToXMLNode
    3. Put pub.schema.validate (parameters like conforms to = full path of the schema creted in step No. 1)

    HTH,
    KK


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