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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

stringToSoapData output is not an object?

  • 1.  stringToSoapData output is not an object?

    Posted 07/12/07 04:52 PM

    Hi,
    I am trying to create a soapData object for testing with stringToSoapData. However, the output soapData always appears as a string in the pipeline. But according to the service spec, it should produce an object instead. I also call the validateSoapData service and no exception is thrown though. In this case, should I consider my soapData is a valid one?


    #soa
    #webMethods
    #API-Management


  • 2.  RE: stringToSoapData output is not an object?

    Posted 07/12/07 05:17 PM

    Objects displayed in the Results pane are shown using the toString() method. Thus, the SOAP object is displayed as a string. I think your service is okay.


    #webMethods
    #soa
    #API-Management