XMLAdapter creating a configured operation from ParseXMLtemplate

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

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.