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
  • 1.  XML Adapter 4.2 Vs \">\"

    Posted Wed September 29, 2004 01:06 PM

    An integration runs in production with XML adapter 4.2 SP4. The escape character “>” is not escaped when the XML is generated by the XML adapter. But “<” is escapted properly as “lt”. So the document fails in the target side after posting. I found in the SP4 readme that this issue been addressed as below and SP4 is the latest service pack for XML adapter.

    -68HKZ/1-69MB1
    Added the ability for the Generate XML operation to handle
    predefined entities. The Generate XML operation can now properly
    generate XML encodings that contain special characters such as
    “&”,; “>”, and “<”.

    Any one has clue over this?.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: XML Adapter 4.2 Vs \">\"

    Posted Sun October 03, 2004 08:40 AM

    The issue addressed in SP4 seems to be resolving the problem that you are facing in production. Did you validate SP4 in a different environment other than production before applying XML Adapter 4.2 SP4 in production? If yes and you did not face the same problem in the testing environment then most likely you may need to the reinstall the adapter and SP4 as it may not have installed properly.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: XML Adapter 4.2 Vs \">\"

    Posted Mon October 04, 2004 08:44 AM

    It works for the character “<” in production. And it also failed in QA environment.


    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: XML Adapter 4.2 Vs \">\"

    Posted Thu October 07, 2004 11:26 AM

    I would verify the configuration of the two environments as it appears to be an issue of misconfiguration (works on A, not on B).


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards


  • 5.  RE: XML Adapter 4.2 Vs \">\"

    Posted Thu October 07, 2004 11:27 AM


  • 6.  RE: XML Adapter 4.2 Vs \">\"

    Posted Thu October 07, 2004 12:53 PM

    Brian, it not working on both environments. Can you explain how to use CDATA?. I don’t get into it.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards


  • 7.  RE: XML Adapter 4.2 Vs \">\"

    Posted Thu October 07, 2004 01:35 PM

    Its basically just a tag that you wrap around a string indicating that the contents should be read as plain text. It helps when you are transferring documents with special characters that make webMethods blow up (like the ampersand).

    Here is a link to a tutorial…
    http://www.dpawson.co.uk/xsl/sect2/cdata.html


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: XML Adapter 4.2 Vs \">\"

    Posted Sun October 10, 2004 01:33 PM

    Jeyaraman,

    If the problem still persists then my two cents would be to come up with a workaround. Just publish the xml as it is from the Enterprise adapter to the broker and have an IS trigger service to subscribe to this document and then you can use the built-in IS services to perform all your manipulations. You might have already thought about this and not sure if this is an option.

    Cheers,
    Muthu.


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods