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.  Illegal XML characters in soapResponse

    Posted Sat April 18, 2009 11:26 PM

    Illegal character “0x0” coming from SAP system in response to RFC call in a webservice.soapResponse is incomplete because of this illegal XML character and we need to remove illegal character to get well formed soapResponse.

    In what way we can filter out the unicode/hex characters and what are undesired effects of this code change?


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


  • 2.  RE: Illegal XML characters in soapResponse

    Posted Mon April 20, 2009 04:24 AM

    When you do the document to XML string conversion for the SOAP body do you set encode to true? That will convert “illegal” characters to character entities.

    The other approach is to work with the SAP admins to eliminate the 0x0 character (if it isn’t meaningful).


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


  • 3.  RE: Illegal XML characters in soapResponse

    Posted Tue April 21, 2009 06:03 AM

    Thanks reamon, encode is set to true in document to XML string conversion.


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