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

How Document reference works

  • 1.  How Document reference works

    Posted Fri September 30, 2005 12:45 AM

    I dropped an existing record(and schema) and recreated the same after
    adding a few fields to the XML schema. So a record as well as WM schema
    are created from a modified XML schema. This record is being used by
    some flow services as a document reference priror to my dropping and
    recreating.
    Now I expected the newly added fields to be available in the record in
    the flow services. But they are not, even though the record is a
    reference to the document that’s originally created from XML schema.
    I am using 6.1 version. Any suggestions.

    Thanks
    Vijay


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


  • 2.  RE: How Document reference works

    Posted Sun October 02, 2005 04:19 PM

    Might just be due to a need to refresh your session? Developer hangs onto things when you change document structures…

    If the namespace name of the document is identical and the structure hasn’t changed too much you might be lucky and it’ll be fine, if the name (case sensitive) has changed then it will be keeping a “phantom document structure” because it no longer has the document definition.

    One other thing: did you move it before deleting, as your references might be pointing somewhere you’re not expecting.

    regards,
    Nathan Lee


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