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 characters in SOAP request

    Posted Mon August 22, 2005 05:18 PM

    Hi,

    I’m trying to call a C# web service from webMethods and i’m getting the following error:
    <?xml><br><br><soap:Envelope
    xmlns:soap=“[url=“http://schemas.xmlsoap.org/soap/envelope/”]http://schemas.xmlsoap.org/soap/envelope/[/url]
    xmlns:xsi=“[url=“http://www.w3.org/2001/XMLSchema-instance”]http://www.w3.org/2001/XMLSchema-instance[/url]
    xmlns:xsd=“[url=“XML Schema”]http://www.w3.org/2001/XMLSchema[/url]”><br><br> <soap:body><br><br>
    <soap:fault><br><br> <faultcode>soap:Client</faultcode><br><br>
    <faultstring>Server was unable to read request. –> There is an error in
    XML document (11, 4). –> ‘’, hexadecimal value 0x1D, is an invalid
    character. Line 11, position 16.</faultstring><br><br>
    <detail/><br><br> </soap:fault><br><br>
    </soap:body><br><br></soap:envelope>

    one of the delimiter in the EDI is ‘’.i know that the error is with the delimiter.can someone tell me how i can rectify this?

    ramesh.


    #API-Management
    #webMethods
    #soa


  • 2.  RE: Illegal characters in SOAP request

    Posted Tue May 02, 2006 10:53 AM

    Hi Ramesh, did you manage to fix this problem? I’m experiencing same.


    #webMethods
    #API-Management
    #soa


  • 3.  RE: Illegal characters in SOAP request

    Posted Tue May 02, 2006 02:58 PM

    mnce,

    Are you facing the problem in EDI file?? Please elaborate your issue,someone can assist you on this.

    HTH,
    RMG


    #soa
    #API-Management
    #webMethods


  • 4.  RE: Illegal characters in SOAP request

    Posted Thu July 27, 2006 03:04 PM

    I have the same type of error. An IDoc comes into webMethods. I convert it to xml and forward it to a vendor.

    The xml contains this hexadecimal character. Because of this character, the vendor is unable to read the xml file.

    I did a replace transformation to the xml string before sending the file, but it appears that there are many of these characters. (They show up as a square on the xml in Developer.)

    These characters show up because the users cut and paste Word documents into SAP.

    Any ideas how to filter out these illegal characters?


    #soa
    #API-Management
    #webMethods