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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

Soap Call is taking alot of the resources on the IS

  • 1.  Soap Call is taking alot of the resources on the IS

    Posted Thu August 25, 2005 10:51 PM

    Kris,

    Seems that IS is having difficulty parsing the soap message you included above. The pub.soap.utils:getBody service doesn’t fail but only returns null for the body output parm in my test.

    Two observations:

    1. The prefix “soapsdk4” is not associated with a namespace [*]The contents of the publishrstouchpoint element appear to be a blob of text or a long string. This is valid XML, but you would not be able to process any of the embedded elements such as PLAN_ID without manually parsing them in IS.

    Mark


    #API-Management
    #webMethods
    #soa


  • 2.  RE: Soap Call is taking alot of the resources on the IS

    Posted Thu August 25, 2005 10:58 PM

    Your soap envelope is not valid. Try something like this:


    #webMethods
    #soa
    #API-Management