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.  Invoking webservice

    Posted Fri June 20, 2008 04:15 PM

    I have an inbound CSV file. I need to take the values from the CSV file and then invoke a webservice.

    I am first converting the file into a record list by calling ConvertToValues. Do I need to transform it into an xml before I invoke the webservice? If yes, how?

    Thanks


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


  • 2.  RE: Invoking webservice

    Posted Fri June 20, 2008 04:32 PM

    I am first converting the file into a record list by calling ConvertToValues. Do I need to transform it into an xml before I invoke the webservice?

    Yes…you need to map ffValues to the desired XML format that WS is expecting Doc/literal (soap-http) or soap-rpc style etc…soapRequest/soapResponse you as a Consumer WSD.

    Once you have the xmldata (documentToXMLString) create the soapData and invoke the WS (via WSDL)…creat webservice connector service out of the WSDL provided by your TP.

    Please go thru the SOAPDevelopers userguide for more information and look in the webService section here in the forum.

    HTH,
    RMG


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