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.  Issue with Business function

    Posted 02/12/09 12:16 PM

    Hi all,

    I have an issue here with an E-one adapter service.

    I create an adapter service which calls a business function. This business function has certain field validations.

    For a particular field, when I execute this adapter service with the correct field value the adapter service is working fine with the data inserted in jde.

    But when I provide an invalid field value, the adapter service should not execute and the flow should go in the catch sequence. Whereas, the service is getting executed. Though there is no data getting inserted in JDE.

    Can anyone please help regarding this?

    Thanks in advance,
    Sudarshan Vyas


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Issue with Business function

    Posted 02/12/09 02:55 PM

    Before calling the Adapter service, validate the IS document with the input. Use pub.schema:validate.

    In IS document, define the fields, whether it is mandatory / optional / date / numeric etc.,

    Senthil


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 3.  RE: Issue with Business function

    Posted 02/13/09 04:43 AM

    Hi,

    The input fields defined in my IS document are all mandatory. But the validation will take place in the BSFN itself… so it doesn’t seem to be a trouble here.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB