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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  8.2 documentToXmlString bug

    Posted 06/22/11 11:46 AM

    Has anyone else noticed a bug in documentToXmlString?

    Basically - it behaves differently to what it did in 7.x and 8.0.x as namespaces are not created on every node as they were previously. i.e:

    Pre-8.2:

    
    <asa:ConversationId    xmlns:asa="http://asa.axa.com/is/2009/schemas/envelope/v1.0"    xmlns:ser-root="http://schemas.xmlsoap.org/soap/axa/envelope/">d8ba68ed-8585-4bab-a14e-8e6c231af974</asa:ConversationId>
    
    <asa:Version    xmlns:asa="http://asa.axa.com/is/2009/schemas/envelope/v1.0"    xmlns:ser-root="http://schemas.xmlsoap.org/soap/axa/envelope/">1.0</asa:Version>

    8.2 :

    
    <asa:ConversationId    xmlns:asa="http://asa.axa.com/is/2009/schemas/envelope/v1.0"    xmlns:ser-root="http://schemas.xmlsoap.org/soap/axa/envelope/">d8ba68ed-8585-4bab-a14e-8e6c231af974</asa:ConversationId>
    
    <asa:Version>1.0</asa:Version>

    Its surprising that such a fundimental function has a flaw like this… and it has made us question how mature 8.2 is…

    any comments/thoughts welcome.


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: 8.2 documentToXmlString bug

    Posted 08/17/11 05:32 PM

    Were you able to find any solution to this problem? I am facing the same problem. Its not populating the namespace for elements in WM8.2

    I would really appreciate if you could let me know the work around if you have found so.

    Thanks,
    Anu


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: 8.2 documentToXmlString bug

    Posted 10/06/11 01:40 PM

    Hi Anu

    Sorry for the late reply.

    Yes it was a bug and the latest CoreFix 2 has a correction in it.

    Thanks


    #webMethods
    #Integration-Server-and-ESB