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.

 View Only
Expand all | Collapse all

XMLAdapter creating a configured operation from ParseXMLtemplate

  • 1.  XMLAdapter creating a configured operation from ParseXMLtemplate

    Posted Thu August 22, 2002 03:58 PM

    hi everybody,

    I’m trying to configure a configured operation from parseXML-template (xml Adapter version 4.2 / SP 3).
    Every time I try to select a root element, I get the following error message:

    “The adapter process was unaible to supply a set of valid values for the following reasons:
    (018) Error while processing name space request “Adapter::Namespace::lookupValues”: java.lang.NullPointerException”

    (The namespace mapping tab is not configured for this is said to be optional according to the user’s guide)

    Michaela


    #broker
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods


  • 2.  RE: XMLAdapter creating a configured operation from ParseXMLtemplate

    Posted Fri December 27, 2002 09:48 AM

    XML Adapter doesn’t support the following declarations in the schema

    1. Declaration of elements with “all” replace it with “sequence maxOccurs = 1”
    2. Reference with in a reference, if there is a reference to an element , replace it with actual declaration.

    #Universal-Messaging-Broker
    #broker
    #webMethods
    #Integration-Server-and-ESB