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
Expand all | Collapse all

object is null exception in pubschemavalidate service

  • 1.  object is null exception in pubschemavalidate service

    Posted 11/13/05 03:16 AM

    This usually means that one of your data fields for a required element is null. Check your data field against the schema to make sure they match.

    Also, you can try to set <ignorecontent>false</ignorecontent> to true. This will ignore the data in the fields, but will perform tag/element validation only.


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


  • 2.  RE: object is null exception in pubschemavalidate service

    Posted 08/31/06 12:03 AM

    I have a flatfile schema with fixed length.
    There are some mandatory fields in it, where an error is need to be thrown if they are null.
    After convert to values it shud throw the error, but its not.
    Is there any service to validate this and throw an error.


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