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.  Usage of pub.flatFile.generate:saveXMLAsFFSchema service

    Posted 07/03/17 05:48 AM

    Hi,

    Could any one of you please let me know how to use below pre defined service?

    pub.flatFile.generate:saveXMLAsFFSchema

    when I run this service with proper input I am getting below error message.

    [ISC.0082.9034] Field is absent, field must exist : /FFSchema

    Please post your suggestions.

    Thanks,
    Ajay


    #webMethods
    #soa
    #API-Management


  • 2.  RE: Usage of pub.flatFile.generate:saveXMLAsFFSchema service

    Posted 07/05/17 06:59 AM

    The error is expected if the FF schema already exists in the namespace [The flat file schema you are creating must not already exist in the
    Integration Server namespace. If the flat file schema already exists, the
    pub.flatFile.generate:saveXMLAsFFSchema service throws an exception.]

    If you want to programmatically create the FF schema get the FFXML from the service “pub.flatFile.generate:getFFSchemaAsXML” and pass the FFXML with other inputs to pub.flatFile.generate:saveXMLAsFFSchema this will create the FF shcema


    #webMethods
    #API-Management
    #soa


  • 3.  RE: Usage of pub.flatFile.generate:saveXMLAsFFSchema service

    Posted 07/05/17 09:31 AM

    Hi,
    Thanks for response, What ever the Schema name that I am passing it is not existing in entire IS.


    #webMethods
    #soa
    #API-Management