I could identify why this error was occurring.
Our elements were namespace qualified. (e.g ns0:field1). As part of my response document construction using xmlNodeToDocument, I had provided appropriate nsDecls. But IS still wants me to declare ns0 as an attribute (@ns) in the response message document.
I saw following kind of message in nohup.out. I am not sure why they are not showing these meaningful messages in server.log or error.log.
“No namespace declaration defined for attribute ns0 in element ns0:somefield”
Now I am getting the response in SOAP UI. But in SOAP UI validation w.r.t schema is failing, it says “expected attribute ns0 at the specified position” :eek: Eventhough I can clearly see the namespace prefix and namespace declaration in the output message, this is kind of strange.
#soa#webMethods#API-Management