App Connect

App Connect

Join this online user 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.


#Applicationintegration
#App Connect
#AppConnect
#Integration
#Automation
 View Only
  • 1.  XMLNS namespace not defined.

    Posted 05/09/16 10:54 AM

    We have two subflows that worked fine in V8.  Now, after conversion to IIB V9, we are getting the following error message when attempting to write out the SOAP message.  We are getting BIP 5004.  The exception list says namespace prefix "xmlns" was not declared.  We see an extra element called 'out' at the end of the message tree.

    Any help is greatly appreciated.



  • 2.  RE: XMLNS namespace not defined.

    Posted 08/02/16 02:31 PM

    Your code is probably not able to process XML document with anonymous xmlns definition. Try different input messages.

    Paste your code here.