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

SOAP No name space declaration defined for attribute

  • 1.  SOAP No name space declaration defined for attribute

    Posted Tue March 22, 2005 02:31 PM

    Screenshot for error
    “No namespace declaration defined for Attribute SOAP-ENV:mustUnderstand in elements eps:endpoints”


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


  • 2.  RE: SOAP No name space declaration defined for attribute

    Posted Tue March 22, 2005 04:04 PM

    CLOSED

    Issue solved.

    For those who might face the issue :
    Actually, I had a “SOAP-ENV:mustUnderstand” attribute declared in “prop:properties”, “prc:process”, “eps:endpoints” headers tags but no xmlns was set for this attribute.
    Adding and setting “xmlns:SOAP-ENV” attribute in each header tag that has the “SOAP-ENV:mustUnderstand” attribute value solved the issue.

    Thanks anyway :slight_smile:


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


  • 3.  RE: SOAP No name space declaration defined for attribute

    Posted Thu April 14, 2005 03:13 PM

    further more, WM states to set the extended property “watt.server.SOAP.enforceMsgPartNS” to “false”

    ! ! ! WARNING ! ! !
    this changes the whole IS behavior, hence use it carefully !!!


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