webMethods

webMethods

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.  Web Service and CDATA sending

    Posted Sun May 14, 2017 05:07 PM

    Hi
    I have a consuming Web Service Descriptor with one operation myOperation.
    This consumer sends following data (a flow Doeumnt) to serive provider :

    tns:myOperation
    tns:mXMLdata
    tns:myId

    The data looks like following:
    mXMLdata= blablablalbalbabla ]]>
    myId = 0123456789
    Unfortunatelly the IS is removing automatically the <![CDATA[
    part from my data! So the web service at backend is becominig following data below and responces with error:
    xmlData = <?xml version="1.0" encoding="ISO-8859-1"?> blablablalbalbabla
    myId = 0123456789

    How can avoide this?
    Brg


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


  • 2.  RE: Web Service and CDATA sending

    Posted Mon May 15, 2017 07:10 AM

    Resolved this issue after rempped the variables


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


  • 3.  RE: Web Service and CDATA sending

    Posted Mon May 15, 2017 07:28 AM


    Hi,
    I dont get it . Can you tell in detail please if you dont mind

    Thanks,
    Sathya


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