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

Encoding special characters such as amp %2360 and

  • 1.  Encoding special characters such as amp %2360 and

    Posted Fri September 23, 2005 04:16 PM

    We are using SAP Business Connector 4.6.

    I have a flow service where I accept an IDOC from SAP and map the data to customer XML format. I am setting the encode option in recordToDocument to ‘true’ and call http to post the document. But from the http response I still get a response XML not formed well. This happens when I include special characters in my IDOC to test the special characters. When I debug and look at the XML data before I post to http, it does look like it has transformed the special characters such as & to & <to> to > .

    This is pretty urgent for me to resolve. I appreciate your immediate response.

    My flow service steps are
    SavePipelilneToFile
    TransformFlatToHierarchy
    Loop and map
    RecordToDocument
    http
    bytesToString
    StringToDocument
    DocumentToRecord
    Map and handle the errors

    Thanks,
    Roger


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